evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
Instancing
evael
renderer
vertex
Undocumented in source.
struct
Instancing (
int
layoutIndex
) {
@
ShaderAttribute
(
layoutIndex
,
AttributeType
.
Float
, 4,
No
.
normalized
)
vec4
row1
;
@
ShaderAttribute
(
layoutIndex
+ 1,
AttributeType
.
Float
, 4,
No
.
normalized
)
vec4
row2
;
@
ShaderAttribute
(
layoutIndex
+ 2,
AttributeType
.
Float
, 4,
No
.
normalized
)
vec4
row3
;
@
ShaderAttribute
(
layoutIndex
+ 3,
AttributeType
.
Float
, 4,
No
.
normalized
)
vec4
row4
;
}
Members
Variables
row1
vec4
row1
;
Undocumented in source.
row2
vec4
row2
;
Undocumented in source.
row3
vec4
row3
;
Undocumented in source.
row4
vec4
row4
;
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