Uses of Interface
com.luciad.view.lightspeed.services.vertexarray.ILspVertexAttribute
-
Uses of ILspVertexAttribute in com.luciad.view.lightspeed.services.vertexarray
Modifier and TypeMethodDescriptionILspVertexArray.getVertexAttribute
(int aVertexAttributeIndex) Returns the descriptor of the specified vertex attribute.Modifier and TypeMethodDescriptionstatic List
<ILspVertexAttribute> TLspVertexArrayFactory.createInterleavedVertexFormat
(int aGLInterleavedArrayFormat) Creates a list ofILspVertexAttribute
describing a vertex attribute layout as used withglInterleavedArrays()
.Modifier and TypeMethodDescriptionILspVertexArray.getData
(ILspVertexAttribute aVertexAttribute) Returns the buffer that contains the data for the given vertex attribute.boolean
ILspVertexArray.hasVertexAttribute
(ILspVertexAttribute aVertexAttribute) Checks whether this vertex array has the given vertex attribute.