public enum RenderBufferParameterType extends Enum<RenderBufferParameterType> implements IEnumWithValue
| Enum Constant and Description |
|---|
RENDERBUFFER_ALPHA_SIZE
The resolution size (in bits) for the alpha component.
|
RENDERBUFFER_BLUE_SIZE
The resolution size (in bits) for the blue color.
|
RENDERBUFFER_DEPTH_SIZE
The resolution size (in bits) for the depth component.
|
RENDERBUFFER_GREEN_SIZE
The resolution size (in bits) for the green color.
|
RENDERBUFFER_HEIGHT
The height of the image of the currently bound renderbuffer.
|
RENDERBUFFER_INTERNAL_FORMAT
The internal format of the currently bound renderbuffer.
|
RENDERBUFFER_RED_SIZE
The resolution size (in bits) for the red color.
|
RENDERBUFFER_SAMPLES
The number of samples of the image of the currently bound renderbuffer.
|
RENDERBUFFER_STENCIL_SIZE
The resolution size (in bits) for the stencil component.
|
RENDERBUFFER_WIDTH
The width of the image of the currently bound renderbuffer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static RenderBufferParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderBufferParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromValue, transformForClientpublic static final RenderBufferParameterType RENDERBUFFER_ALPHA_SIZE
public static final RenderBufferParameterType RENDERBUFFER_BLUE_SIZE
public static final RenderBufferParameterType RENDERBUFFER_DEPTH_SIZE
public static final RenderBufferParameterType RENDERBUFFER_GREEN_SIZE
public static final RenderBufferParameterType RENDERBUFFER_HEIGHT
public static final RenderBufferParameterType RENDERBUFFER_INTERNAL_FORMAT
public static final RenderBufferParameterType RENDERBUFFER_RED_SIZE
public static final RenderBufferParameterType RENDERBUFFER_SAMPLES
public static final RenderBufferParameterType RENDERBUFFER_STENCIL_SIZE
public static final RenderBufferParameterType RENDERBUFFER_WIDTH
public static RenderBufferParameterType[] values()
for (RenderBufferParameterType c : RenderBufferParameterType.values()) System.out.println(c);
public static RenderBufferParameterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int value()
value in interface IEnumWithValueCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.