mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 04:17:56 -05:00
glasm: Implement ImageFetch
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user