Package icyllis.arc3d.engine
Interface Engine.VertexAttribType
- Enclosing interface:
Engine
public static interface Engine.VertexAttribType
Types used to describe format of vertices in arrays.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Method Summary
-
Field Details
-
kFloat
static final byte kFloat- See Also:
-
kFloat2
static final byte kFloat2- See Also:
-
kFloat3
static final byte kFloat3- See Also:
-
kFloat4
static final byte kFloat4- See Also:
-
kHalf
static final byte kHalf- See Also:
-
kHalf2
static final byte kHalf2- See Also:
-
kHalf4
static final byte kHalf4- See Also:
-
kInt2
static final byte kInt2- See Also:
-
kInt3
static final byte kInt3- See Also:
-
kInt4
static final byte kInt4- See Also:
-
kByte
static final byte kByte- See Also:
-
kByte2
static final byte kByte2- See Also:
-
kByte4
static final byte kByte4- See Also:
-
kUByte
static final byte kUByte- See Also:
-
kUByte2
static final byte kUByte2- See Also:
-
kUByte4
static final byte kUByte4- See Also:
-
kUByte_norm
static final byte kUByte_norm- See Also:
-
kUByte4_norm
static final byte kUByte4_norm- See Also:
-
kShort2
static final byte kShort2- See Also:
-
kShort4
static final byte kShort4- See Also:
-
kUShort2
static final byte kUShort2- See Also:
-
kUShort2_norm
static final byte kUShort2_norm- See Also:
-
kInt
static final byte kInt- See Also:
-
kUInt
static final byte kUInt- See Also:
-
kUShort_norm
static final byte kUShort_norm- See Also:
-
kUShort4_norm
static final byte kUShort4_norm- See Also:
-
kLast
static final byte kLast- See Also:
-
-
Method Details
-
size
static int size(byte type) - Returns:
- size in bytes
-