gl_shader_decompiler: Implement GLSL physical attributes
This commit is contained in:
parent
71aa9d0877
commit
c6f9e651b2
2 changed files with 101 additions and 66 deletions
|
@ -885,7 +885,7 @@ private:
|
|||
std::set<Sampler> used_samplers;
|
||||
std::array<bool, Tegra::Engines::Maxwell3D::Regs::NumClipDistances> used_clip_distances{};
|
||||
std::map<GlobalMemoryBase, GlobalMemoryUsage> used_global_memory;
|
||||
bool use_physical_attributes = true; // Shader uses AL2P
|
||||
bool use_physical_attributes{}; // Shader uses AL2P or physical attribute read/writes
|
||||
|
||||
Tegra::Shader::Header header;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue