mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 03:57:56 -05:00
gl_shader_decompiler: Implement GLSL physical attributes
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user