Implement intput and output fixed fnc textures

This commit is contained in:
Feng Chen
2021-09-04 00:12:06 +08:00
committed by Feng Chen
parent a7bbaa4897
commit d994466a08
4 changed files with 25 additions and 19 deletions

View File

@ -225,6 +225,8 @@ enum class Attribute : u64 {
constexpr size_t NUM_FIXEDFNCTEXTURE = 10;
constexpr size_t NUM_GENERICS = 32;
[[nodiscard]] bool IsFixedFncTexture(Attribute attribute);
[[nodiscard]] u32 FixedFncTextureAttributeIndex(Attribute attribute);
[[nodiscard]] u32 FixedFncTextureAttributeElement(Attribute attribute);