Commit 1c18195
authored
Fixed old glsl
Removed outdated references to `local_` and `local_size_x` from the tutorial. These were GLSL-specific and no longer apply in Slang, which uses a different way to define thread group sizes.local_ prefix in the compute shader tutorial.1 parent e0edf84 commit 1c18195
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
522 | | - | |
| 521 | + | |
523 | 522 | | |
524 | 523 | | |
525 | 524 | | |
| |||
0 commit comments