mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 02:08:03 -05:00
glsl: Implement indexed attribute loads
This commit is contained in:
@ -150,6 +150,7 @@ public:
|
||||
|
||||
Stage stage{};
|
||||
std::string_view stage_name = "invalid";
|
||||
std::string_view position_name = "gl_Position";
|
||||
|
||||
std::vector<u32> texture_buffer_bindings;
|
||||
std::vector<u32> image_buffer_bindings;
|
||||
|
Reference in New Issue
Block a user