evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
VertexPositionColorNormal
evael
graphics
Vertex
Undocumented in source.
struct
VertexPositionColorNormal (
int
positionCount
) {
@
ShaderAttribute
(0,
GLType
.
Float
,
positionCount
, false)
Vector
!(
float
,
positionCount
)
position
;
@
ShaderAttribute
(1,
GLType
.
UByte
, 4, true)
Color
color
;
@
ShaderAttribute
(2,
GLType
.
Float
, 3, true)
vec3
normal
;
}
Members
Variables
color
Color
color
;
Undocumented in source.
normal
vec3
normal
;
Undocumented in source.
position
Vector
!(
float
,
positionCount
)
position
;
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