Commit 85d8416
authored
Remove accidental declaration of buffer block in multi_draw_indirect (#1456)
* Remove accidental declaration of buffer block
Giving an instance name to a buffer_reference declaration also declares
a block with that type, which does not seem to have been the intention.
* Update shaders/multi_draw_indirect/cull_address.comp1 parent efa46e9 commit 85d8416
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
| 110 | + | |
Binary file not shown.
0 commit comments