Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _vertexDeclaration

VertexDeclaration Terraria.Graphics.VertexStrip.CustomVertexInfo._vertexDeclaration = new VertexDeclaration(new VertexElement(0, VertexElementFormat.Vector2, VertexElementUsage.Position, 0), new VertexElement(8, VertexElementFormat.Color, VertexElementUsage.Color, 0), new VertexElement(12, VertexElementFormat.Vector2, VertexElementUsage.TextureCoordinate, 0))
staticprivate

Definition at line 22 of file VertexStrip.cs.