evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
IqmVertex
evael
graphics
Vertex
Undocumented in source.
struct
IqmVertex {
@
ShaderAttribute
(0,
GLType
.
Float
, 3, false)
vec3
position
;
@
ShaderAttribute
(1,
GLType
.
UByte
, 4, true)
Color
color
;
@
ShaderAttribute
(2,
GLType
.
Float
, 3, true)
vec3
normal
;
@
ShaderAttribute
(3,
GLType
.
Float
, 2, false)
vec2
textureCoordinate
;
@
ShaderAttribute
(4,
GLType
.
UByte
, 4, false)
ubvec4
blendIndex
;
@
ShaderAttribute
(5,
GLType
.
UByte
, 4, true)
ubvec4
blendWeight
;
}
Members
Variables
blendIndex
ubvec4
blendIndex
;
Undocumented in source.
blendWeight
ubvec4
blendWeight
;
Undocumented in source.
color
Color
color
;
Undocumented in source.
normal
vec3
normal
;
Undocumented in source.
position
vec3
position
;
Undocumented in source.
textureCoordinate
vec2
textureCoordinate
;
Undocumented in source.
Meta
Source
See Implementation
evael
graphics
Vertex
aliases
Vertex2PositionColor
Vertex2PositionColorNormal
Vertex2PositionColorTexture
Vertex3PositionColor
Vertex3PositionColorNormal
Vertex3PositionColorTexture
structs
Instancing
IqmVertex
ShaderAttribute
TerrainVertex
VertexPositionColor
VertexPositionColorNormal
VertexPositionColorNormalTexture
VertexPositionColorTexture