shader: Mark SSBOs as written when they are
This commit is contained in:
parent
d819ba4489
commit
12f5f32098
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