shader: Implement texture buffers

This commit is contained in:
ReinUsesLisp 2019-04-27 20:50:35 -03:00
parent f42ada6945
commit 27cd63a05a
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);