Skip to content

Commit fe86b76

Browse files
authored
Update 01_Shader_modules.md (#360)
1 parent 71b71e4 commit fe86b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/02_Graphics_pipeline_basics/01_Shader_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ two SPIR-V binaries and load them into the program.
4545
## Vertex shader
4646

4747
The vertex shader processes each incoming vertex. It takes its attributes, like
48-
world position, color, normal and texture coordinates as input. The output is
48+
model space position, color, normal and texture coordinates as input. The output is
4949
the final position in clip coordinates and the attributes that need to be passed
5050
on to the fragment shader, like color and texture coordinates. These values will
5151
then be interpolated over the fragments by the rasterizer to produce a smooth

0 commit comments

Comments
 (0)