public enum FrameBufferBinding extends Enum<FrameBufferBinding> implements IEnumWithValue
| Enum Constant and Description |
|---|
DRAW_FRAMEBUFFER
Equivalent to FRAMEBUFFER.
|
FRAMEBUFFER
Collection buffer data storage of color, alpha, depth and stencil buffers used to render an
image.
|
READ_FRAMEBUFFER
Used as a source for reading operations.
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static FrameBufferBinding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameBufferBinding[] |
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 FrameBufferBinding DRAW_FRAMEBUFFER
public static final FrameBufferBinding FRAMEBUFFER
public static final FrameBufferBinding READ_FRAMEBUFFER
public static FrameBufferBinding[] values()
for (FrameBufferBinding c : FrameBufferBinding.values()) System.out.println(c);
public static FrameBufferBinding 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.