glasm: Implement ImageRead
This commit is contained in:
parent
3d0ffc6ad0
commit
dadd192b30
4 changed files with 56 additions and 4 deletions
|
@ -60,7 +60,9 @@ public:
|
|||
const Profile& profile;
|
||||
|
||||
std::vector<u32> texture_buffer_bindings;
|
||||
std::vector<u32> image_buffer_bindings;
|
||||
std::vector<u32> texture_bindings;
|
||||
std::vector<u32> image_bindings;
|
||||
|
||||
Stage stage{};
|
||||
std::string_view stage_name = "invalid";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue