mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 11:47:56 -05:00
Shader_IR: Propagate bindless index into the GL compiler.
This commit is contained in:
committed by
FernandoS27
parent
3c34678627
commit
7c530e0666
@ -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:
|
||||
|
Reference in New Issue
Block a user