Skip to content

Commit 671fb57

Browse files
nixflorpRytoEX
authored andcommitted
docs: Fix Rendering Graphics documentation
1 parent a900281 commit 671fb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sphinx/graphics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ would be used:
265265
uniform texture2d image;
266266
267267
struct VertInOut {
268-
float4 my_position : POSITION;
269-
float2 my_texcoord : TEXCOORD0;
268+
float4 pos : POSITION;
269+
float2 uv : TEXCOORD0;
270270
};
271271
272272
VertInOut MyVertexShaderFunc(VertInOut vert_in)

0 commit comments

Comments
 (0)