Uses of Enum Class
heronarts.glx.VertexDeclaration.Attribute
Packages that use VertexDeclaration.Attribute
-
Uses of VertexDeclaration.Attribute in heronarts.glx
Methods in heronarts.glx that return VertexDeclaration.AttributeModifier and TypeMethodDescriptionstatic VertexDeclaration.AttributeReturns the enum constant of this class with the specified name.static VertexDeclaration.Attribute[]VertexDeclaration.Attribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.glx with parameters of type VertexDeclaration.AttributeModifierConstructorDescriptionDynamicVertexBuffer(GLX glx, int numVertices, VertexDeclaration.Attribute... attributes) VertexBuffer(GLX glx, int numVertices, VertexDeclaration.Attribute... attributes) VertexDeclaration(GLX glx, VertexDeclaration.Attribute... attributes)