Package heronarts.glx
Class VertexDeclaration
java.lang.Object
heronarts.glx.VertexDeclaration
- All Implemented Interfaces:
BGFXEngine.Resource
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intDeprecated.static intDeprecated.static intDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionVertexDeclaration(GLX glx, int attributes) VertexDeclaration(GLX glx, VertexDeclaration.Attribute... attributes) -
Method Summary
-
Field Details
-
ATTRIB_POSITION
Deprecated. -
ATTRIB_COLOR0
Deprecated. -
ATTRIB_TEXCOORD0
Deprecated.
-
-
Constructor Details
-
VertexDeclaration
-
VertexDeclaration
-
-
Method Details
-
getHandle
public org.lwjgl.bgfx.BGFXVertexLayout getHandle() -
getStride
public int getStride() -
dispose
public void dispose()- Specified by:
disposein interfaceBGFXEngine.Resource
-