glsl: Address rest of feedback

This commit is contained in:
ameerj 2021-06-15 17:23:57 -04:00
parent c5dfa0b630
commit d36f667bc0
11 changed files with 86 additions and 38 deletions

View file

@ -75,6 +75,7 @@ using TextureBufferDescriptors = boost::container::small_vector<TextureBufferDes
struct ImageBufferDescriptor {
ImageFormat format;
bool is_written;
bool is_read;
u32 cbuf_index;
u32 cbuf_offset;
u32 count;
@ -99,6 +100,7 @@ struct ImageDescriptor {
TextureType type;
ImageFormat format;
bool is_written;
bool is_read;
u32 cbuf_index;
u32 cbuf_offset;
u32 count;