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