Package org.robovm.apple.glkit
Class GLKVertexAttributeParameters
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<GLKVertexAttributeParameters>
org.robovm.apple.glkit.GLKVertexAttributeParameters
- All Implemented Interfaces:
Iterable<GLKVertexAttributeParameters>
public class GLKVertexAttributeParameters extends Struct<GLKVertexAttributeParameters>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGLKVertexAttributeParameters.GLKVertexAttributeParametersPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description GLKVertexAttributeParameters()GLKVertexAttributeParameters(int type, int size, boolean normalized) -
Method Summary
Modifier and Type Method Description static GLKVertexAttributeParametersfromModelIO(MDLVertexFormat vertexFormat)intgetSize()intgetType()booleanisNormalized()GLKVertexAttributeParameterssetNormalized(boolean normalized)GLKVertexAttributeParameterssetSize(int size)GLKVertexAttributeParameterssetType(int type)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
GLKVertexAttributeParameters
public GLKVertexAttributeParameters() -
GLKVertexAttributeParameters
public GLKVertexAttributeParameters(int type, int size, boolean normalized)
-
-
Method Details
-
getType
public int getType() -
setType
-
getSize
public int getSize() -
setSize
-
isNormalized
public boolean isNormalized() -
setNormalized
-
fromModelIO
-