Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1f0ba6

Browse files
committed
Fix typo in uniform buffer chapter about layout/location
1 parent 840ee6b commit c1f0ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_Uniform_buffers/00_Descriptor_layout_and_buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void main() {
9090
```
9191

9292
Note that the order of the `uniform`, `in` and `out` declarations doesn't
93-
matter. The `binding` directive is similar to the `layout` directive for
93+
matter. The `binding` directive is similar to the `location` directive for
9494
attributes. We're going to reference this binding in the descriptor layout. The
9595
line with `gl_Position` is changed to use the transformations to compute the
9696
final position in clip coordinates.

0 commit comments

Comments
 (0)