mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
shader: Mark SSBOs as written when they are
This commit is contained in:
parent
68bad0e922
commit
06469da581
4 changed files with 32 additions and 4 deletions
|
@ -59,6 +59,7 @@ struct StorageBufferDescriptor {
|
|||
u32 cbuf_index;
|
||||
u32 cbuf_offset;
|
||||
u32 count;
|
||||
bool is_written;
|
||||
};
|
||||
|
||||
struct Info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue