TexCoordAttribute Description sealed class Tinman.Gpu.Semantic.TexCoordAttribute Derived from Attribute abstract Associates the TEXCOORD[n] semantic with the annotated field. See also VertexElementUsage.TextureCoords Public / Constructors TexCoordAttribute 2 overloads public constructor TexCoordAttribute1 → () Creates a new instance of TexCoord. The semantic Index will be zero. public constructor TexCoordAttribute2 → (1) index in : int32 The semantic Index. Will be clamped to [0..63]. Creates a new instance of TexCoord. Public / Attributes Index public readonly attribute Index → (int32) The zero-based semantic index. TessellateVertexShaderAttribute Value