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