mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 06:32:40 +00: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