shader: Mark SSBOs as written when they are

This commit is contained in:
FernandoS27 2021-04-01 09:21:53 +02:00 committed by ameerj
parent d819ba4489
commit 12f5f32098
4 changed files with 32 additions and 4 deletions

View file

@ -59,6 +59,7 @@ struct StorageBufferDescriptor {
u32 cbuf_index;
u32 cbuf_offset;
u32 count;
bool is_written;
};
struct Info {