public enum RenderBufferInternalFormat extends Enum<RenderBufferInternalFormat> implements IEnumWithValue
| Enum Constant and Description |
|---|
DEPTH_COMPONENT16
16 depth bits.
|
DEPTH_COMPONENT24
WebGL 2 only
|
DEPTH_COMPONENT32F
WebGL 2 only
|
DEPTH24_STENCIL8
WebGL 2 only
|
DEPTH32F_STENCIL8
WebGL 2 only
|
R11F_G11F_B10F
WebGL 2 only
|
R16F
WebGL 2 only
|
R16I
WebGL 2 only
|
R16UI
WebGL 2 only
|
R32F
WebGL 2 only
|
R32I
WebGL 2 only
|
R32UI
WebGL 2 only
|
R8
WebGL 2 only
|
R8I
WebGL 2 only
|
R8UI
WebGL 2 only
|
RG16F
WebGL 2 only
|
RG16I
WebGL 2 only
|
RG16UI
WebGL 2 only
|
RG32F
WebGL 2 only
|
RG32I
WebGL 2 only
|
RG32UI
WebGL 2 only
|
RG8
WebGL 2 only
|
RG8I
WebGL 2 only
|
RG8UI
WebGL 2 only
|
RGB10_A2
WebGL 2 only
|
RGB10_A2UI
WebGL 2 only
|
RGB5_A1
5 red bits, 5 green bits, 5 blue bits, 1 alpha bit.
|
RGB565
5 red bits, 6 green bits, 5 blue bits.
|
RGB8
WebGL 2 only
|
RGBA16F
WebGL 2 only
|
RGBA16I
WebGL 2 only
|
RGBA16UI
WebGL 2 only
|
RGBA32F
WebGL 2 only
|
RGBA32I
WebGL 2 only
|
RGBA32UI
WebGL 2 only
|
RGBA4
4 red bits, 4 green bits, 4 blue bits 4 alpha bits.
|
RGBA8
WebGL 2 only
|
RGBA8I
WebGL 2 only
|
RGBA8UI
WebGL 2 only
|
SRGB8_ALPHA8
WebGL 2 only
|
STENCIL_INDEX8
8 stencil bits.
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static RenderBufferInternalFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderBufferInternalFormat[] |
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 RenderBufferInternalFormat DEPTH_COMPONENT16
public static final RenderBufferInternalFormat DEPTH_COMPONENT24
public static final RenderBufferInternalFormat DEPTH_COMPONENT32F
public static final RenderBufferInternalFormat DEPTH24_STENCIL8
public static final RenderBufferInternalFormat DEPTH32F_STENCIL8
public static final RenderBufferInternalFormat R11F_G11F_B10F
public static final RenderBufferInternalFormat R16F
public static final RenderBufferInternalFormat R16I
public static final RenderBufferInternalFormat R16UI
public static final RenderBufferInternalFormat R32F
public static final RenderBufferInternalFormat R32I
public static final RenderBufferInternalFormat R32UI
public static final RenderBufferInternalFormat R8
public static final RenderBufferInternalFormat R8I
public static final RenderBufferInternalFormat R8UI
public static final RenderBufferInternalFormat RG16F
public static final RenderBufferInternalFormat RG16I
public static final RenderBufferInternalFormat RG16UI
public static final RenderBufferInternalFormat RG32F
public static final RenderBufferInternalFormat RG32I
public static final RenderBufferInternalFormat RG32UI
public static final RenderBufferInternalFormat RG8
public static final RenderBufferInternalFormat RG8I
public static final RenderBufferInternalFormat RG8UI
public static final RenderBufferInternalFormat RGB10_A2
public static final RenderBufferInternalFormat RGB10_A2UI
public static final RenderBufferInternalFormat RGB5_A1
public static final RenderBufferInternalFormat RGB565
public static final RenderBufferInternalFormat RGB8
public static final RenderBufferInternalFormat RGBA16F
public static final RenderBufferInternalFormat RGBA16I
public static final RenderBufferInternalFormat RGBA16UI
public static final RenderBufferInternalFormat RGBA32F
public static final RenderBufferInternalFormat RGBA32I
public static final RenderBufferInternalFormat RGBA32UI
public static final RenderBufferInternalFormat RGBA4
public static final RenderBufferInternalFormat RGBA8
public static final RenderBufferInternalFormat RGBA8I
public static final RenderBufferInternalFormat RGBA8UI
public static final RenderBufferInternalFormat SRGB8_ALPHA8
public static final RenderBufferInternalFormat STENCIL_INDEX8
public static RenderBufferInternalFormat[] values()
for (RenderBufferInternalFormat c : RenderBufferInternalFormat.values()) System.out.println(c);
public static RenderBufferInternalFormat 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.