13 lines
266 B
YAML
13 lines
266 B
YAML
# Data source for enums that are shared between CPP and GLSL
|
|
vertex_input_semantic:
|
|
cpp_type_name: VertexAttributeSemantic
|
|
glsl_prefix: IWA_VAS_
|
|
entries:
|
|
CUSTOM: 0
|
|
POSITION: 1
|
|
NORMAL: 2
|
|
TANGENT: 3
|
|
BITANGENT: 4
|
|
TEXCOORDS: 5
|
|
COLOR: 6
|