forked from eden-emu/eden
Implement intput and output fixed fnc textures
This commit is contained in:
parent
49c66fa4e9
commit
1aaa6a353b
4 changed files with 25 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue