shader: Implement texture buffers
This commit is contained in:
parent
d267948a73
commit
4e81fc8296
3 changed files with 62 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue