mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
glsl: Implement indexed attribute loads
This commit is contained in:
parent
819ae85298
commit
ccd4becb79
5 changed files with 64 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue