mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 04:58:06 -05:00
shader: Implement texture buffers
This commit is contained in:
@ -277,6 +277,8 @@ private:
|
||||
Node4 GetTld4Code(Tegra::Shader::Instruction instr, Tegra::Shader::TextureType texture_type,
|
||||
bool depth_compare, bool is_array, bool is_aoffi);
|
||||
|
||||
Node4 GetTldCode(Tegra::Shader::Instruction instr);
|
||||
|
||||
Node4 GetTldsCode(Tegra::Shader::Instruction instr, Tegra::Shader::TextureType texture_type,
|
||||
bool is_array);
|
||||
|
||||
|
Reference in New Issue
Block a user