mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 02:55:45 +00:00
Shader_IR: Propagate bindless index into the GL compiler.
This commit is contained in:
parent
c066e472b9
commit
b6d3153e7e
5 changed files with 54 additions and 24 deletions
|
@ -445,6 +445,7 @@ struct MetaTexture {
|
|||
Node lod;
|
||||
Node component{};
|
||||
u32 element{};
|
||||
Node index{};
|
||||
};
|
||||
|
||||
struct MetaImage {
|
||||
|
@ -564,7 +565,6 @@ private:
|
|||
u32 index{};
|
||||
};
|
||||
|
||||
|
||||
/// A 32-bits value that represents an immediate value
|
||||
class ImmediateNode final {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue