mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:08:22 -05:00
shader: Mark SSBOs as written when they are
This commit is contained in:
@ -59,6 +59,7 @@ struct StorageBufferDescriptor {
|
||||
u32 cbuf_index;
|
||||
u32 cbuf_offset;
|
||||
u32 count;
|
||||
bool is_written;
|
||||
};
|
||||
|
||||
struct Info {
|
||||
|
Reference in New Issue
Block a user