mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
glsl: Address rest of feedback
This commit is contained in:
parent
52bd1d7788
commit
1d2c13fd7b
11 changed files with 86 additions and 38 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue