|
@@ -198,7 +198,7 @@ Vertex components can have the following semantics:
|
|
|
- **POSITION** - Position value (*float4*).
|
|
- **POSITION** - Position value (*float4*).
|
|
|
- **NORMAL** - Normal value (*float4*).
|
|
- **NORMAL** - Normal value (*float4*).
|
|
|
- **TANGENT** - Tangent value (*float4*).
|
|
- **TANGENT** - Tangent value (*float4*).
|
|
|
-- **TEXCOORD[0..7]** - Texture cooordinate value (*float2*, *float3*, or
|
|
|
|
|
|
|
+- **TEXCOORD[0..7]** - Texture coordinate value (*float2*, *float3*, or
|
|
|
*float4*).
|
|
*float4*).
|
|
|
|
|
|
|
|
Here is an example of a vertex semantic structure:
|
|
Here is an example of a vertex semantic structure:
|