shader: Implement texture buffers

This commit is contained in:
ReinUsesLisp
2019-04-27 20:50:35 -03:00
parent d267948a73
commit 4e81fc8296
3 changed files with 62 additions and 0 deletions

View File

@ -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);