evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Instancing
evael
graphics
Vertex
Undocumented in source.
struct
Instancing (
int
layoutIndex
) {
@
ShaderAttribute
(
layoutIndex
,
GLType
.
Float
, 4, false)
vec4
row1
;
@
ShaderAttribute
(
layoutIndex
+ 1,
GLType
.
Float
, 4, false)
vec4
row2
;
@
ShaderAttribute
(
layoutIndex
+ 2,
GLType
.
Float
, 4, false)
vec4
row3
;
@
ShaderAttribute
(
layoutIndex
+ 3,
GLType
.
Float
, 4, false)
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
graphics
Vertex
aliases
Vertex2PositionColor
Vertex2PositionColorNormal
Vertex2PositionColorTexture
Vertex3PositionColor
Vertex3PositionColorNormal
Vertex3PositionColorTexture
structs
Instancing
IqmVertex
ShaderAttribute
TerrainVertex
VertexPositionColor
VertexPositionColorNormal
VertexPositionColorNormalTexture
VertexPositionColorTexture