public static enum btVertexBufferDescriptor.BufferTypes extends Enum<btVertexBufferDescriptor.BufferTypes>
| Enum Constant and Description |
|---|
CPU_BUFFER |
DX11_BUFFER |
OPENGL_BUFFER |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
btVertexBufferDescriptor.BufferTypes |
intern() |
String |
toString() |
static btVertexBufferDescriptor.BufferTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static btVertexBufferDescriptor.BufferTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final btVertexBufferDescriptor.BufferTypes CPU_BUFFER
public static final btVertexBufferDescriptor.BufferTypes DX11_BUFFER
public static final btVertexBufferDescriptor.BufferTypes OPENGL_BUFFER
public static btVertexBufferDescriptor.BufferTypes[] values()
for (btVertexBufferDescriptor.BufferTypes c : btVertexBufferDescriptor.BufferTypes.values()) System.out.println(c);
public static btVertexBufferDescriptor.BufferTypes 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 btVertexBufferDescriptor.BufferTypes intern()
public String toString()
toString in class Enum<btVertexBufferDescriptor.BufferTypes>Copyright © 2024. All rights reserved.