glasm: Implement ImageRead

This commit is contained in:
ReinUsesLisp
2021-05-20 02:18:52 -03:00
committed by ameerj
parent 3d0ffc6ad0
commit dadd192b30
4 changed files with 56 additions and 4 deletions

View File

@ -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";