Package zombie.core.skinnedmodel.model
Class VertexBufferObject.VertexElement
java.lang.Object
zombie.core.skinnedmodel.model.VertexBufferObject.VertexElement
- Enclosing class:
- VertexBufferObject
public static final class VertexBufferObject.VertexElement
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
m_byteOffset
int
m_byteSize
VertexBufferObject.VertexType
m_type
-
Constructor Summary
Constructors Constructor Description VertexElement()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_type
-
m_byteSize
public int m_byteSize -
m_byteOffset
public int m_byteOffset
-
-
Constructor Details
-
VertexElement
public VertexElement()
-