glasm: Implement ImageFetch

This commit is contained in:
ReinUsesLisp
2021-05-19 02:05:24 -03:00
committed by ameerj
parent 3777592ada
commit 4a22942f45
4 changed files with 38 additions and 13 deletions

View File

@ -56,6 +56,7 @@ public:
RegAlloc reg_alloc{*this};
const Info& info;
std::vector<u32> texture_buffer_bindings;
std::vector<u32> texture_bindings;
std::string_view stage_name = "invalid";