public static enum SoGLRenderToBuffer.TextureFormats extends java.lang.Enum<SoGLRenderToBuffer.TextureFormats> implements IntegerValuedEnum
Enum Constant and Description |
---|
TEXTURE_DEPTH |
TEXTURE_DEPTH_RGBA |
TEXTURE_DEPTH_STENCIL |
TEXTURE_DEPTH16 |
TEXTURE_RGB |
TEXTURE_RGB_FLOAT16 |
TEXTURE_RGB_FLOAT32 |
TEXTURE_RGBA |
TEXTURE_RGBA_FLOAT16 |
TEXTURE_RGBA_FLOAT32 |
TEXTURE_STENCIL_INDEX |
TEXTURE_STENCIL_INDEX8 |
TEXTURE_UNKNOW |
Modifier and Type | Method and Description |
---|---|
static SoGLRenderToBuffer.TextureFormats |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoGLRenderToBuffer.TextureFormats |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGLRenderToBuffer.TextureFormats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGLRenderToBuffer.TextureFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_RGB
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_RGBA
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_DEPTH
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_DEPTH16
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_DEPTH_RGBA
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_RGB_FLOAT16
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_RGBA_FLOAT16
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_RGB_FLOAT32
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_RGBA_FLOAT32
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_STENCIL_INDEX8
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_STENCIL_INDEX
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_DEPTH_STENCIL
public static final SoGLRenderToBuffer.TextureFormats TEXTURE_UNKNOW
public static SoGLRenderToBuffer.TextureFormats[] values()
for (SoGLRenderToBuffer.TextureFormats c : SoGLRenderToBuffer.TextureFormats.values()) System.out.println(c);
public static SoGLRenderToBuffer.TextureFormats valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoGLRenderToBuffer.TextureFormats fromValue(int val)
valueOf(int)
instead.public static SoGLRenderToBuffer.TextureFormats valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com