|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.opengl.QGLFramebufferObject.Attachment
public static final class QGLFramebufferObject.Attachment
This enum type is used to configure the depth and stencil buffers attached to the framebuffer object when it is created.
attachment()
.
Field Summary | |
---|---|
static QGLFramebufferObject.Attachment |
CombinedDepthStencil
If the GL_EXT_packed_depth_stencil extension is present, a combined depth and stencil buffer is attached. |
static QGLFramebufferObject.Attachment |
Depth
A depth buffer is attached to the framebuffer object. |
static QGLFramebufferObject.Attachment |
NoAttachment
No attachment is added to the framebuffer object. |
Method Summary | |
---|---|
static QGLFramebufferObject.Attachment |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QGLFramebufferObject.Attachment |
valueOf(java.lang.String name)
|
static QGLFramebufferObject.Attachment[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QGLFramebufferObject.Attachment NoAttachment
public static final QGLFramebufferObject.Attachment CombinedDepthStencil
public static final QGLFramebufferObject.Attachment Depth
Method Detail |
---|
public static QGLFramebufferObject.Attachment[] values()
public static QGLFramebufferObject.Attachment valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QGLFramebufferObject.Attachment resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |