TexCoord7
Additional texture coordinate.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
TexCoord7 = 11
Remarks
UVs usually use Vector2 format. Vector2 uses two 32-bit floats; 8 bytes in total.
This vertex attribute maps to the semantic in HLSL. This UV channel is also commonly called "UV7". It corresponds to Mesh.uv8.
TEXCOORD7