mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-13 00:03:35 +00:00
removing starting_slot argument
This commit is contained in:
@@ -14,8 +14,8 @@ struct SSBO
|
||||
|
||||
external
|
||||
{
|
||||
[set(1), binding(0)] write_ssbo: storage[SSBO],
|
||||
[set(1), binding(1)] write_texture: texture2D[f32, readonly, rgba8],
|
||||
[set(1), binding(0)] write_texture: texture2D[f32, readonly, rgba8],
|
||||
[set(1), binding(1)] write_ssbo: storage[SSBO],
|
||||
}
|
||||
|
||||
[entry(compute)]
|
||||
|
||||
Reference in New Issue
Block a user