Package apple.glkit.struct
Class GLKVertexAttributeParameters
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.glkit.struct.GLKVertexAttributeParameters
-
public final class GLKVertexAttributeParameters extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description GLKVertexAttributeParameters()GLKVertexAttributeParameters(int type, int size, byte normalized)protectedGLKVertexAttributeParameters(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytenormalized()voidsetNormalized(byte value)voidsetSize(int value)voidsetType(int value)intsize()inttype()
-