evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
IqmVertex
evael
renderer
vertex
Undocumented in source.
struct
IqmVertex {
@
ShaderAttribute
(0,
AttributeType
.
Float
, 3,
No
.
normalized
)
vec3
position
;
@
ShaderAttribute
(1,
AttributeType
.
UByte
, 4,
Yes
.
normalized
)
Color
color
;
@
ShaderAttribute
(2,
AttributeType
.
Float
, 3,
Yes
.
normalized
)
vec3
normal
;
@
ShaderAttribute
(3,
AttributeType
.
Float
, 2,
No
.
normalized
)
vec2
textureCoordinate
;
@
ShaderAttribute
(4,
AttributeType
.
UByte
, 4,
No
.
normalized
)
ubvec4
blendIndex
;
@
ShaderAttribute
(5,
AttributeType
.
UByte
, 4,
Yes
.
normalized
)
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
renderer
vertex
aliases
Vertex2PositionColor
Vertex2PositionColorNormal
Vertex2PositionColorTexture
Vertex3PositionColor
Vertex3PositionColorNormal
Vertex3PositionColorTexture
structs
Instancing
IqmVertex
TerrainVertex
VertexPositionColor
VertexPositionColorNormal
VertexPositionColorNormalTexture
VertexPositionColorTexture