mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
glasm: Implement ImageFetch
This commit is contained in:
parent
a9a9dddd34
commit
1e64cbd23a
4 changed files with 38 additions and 13 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue