forked from eden-emu/eden
Rename parameters
This commit is contained in:
parent
b3e5a2f75d
commit
49c66fa4e9
5 changed files with 24 additions and 14 deletions
|
@ -222,12 +222,12 @@ enum class Attribute : u64 {
|
|||
FrontFace = 255,
|
||||
};
|
||||
|
||||
constexpr size_t NUM_TXT_COORD = 10;
|
||||
constexpr size_t NUM_FIXEDFNCTEXTURE = 10;
|
||||
constexpr size_t NUM_GENERICS = 32;
|
||||
|
||||
[[nodiscard]] u32 TxtCoordAttributeIndex(Attribute attribute);
|
||||
[[nodiscard]] u32 FixedFncTextureAttributeIndex(Attribute attribute);
|
||||
|
||||
[[nodiscard]] u32 TxtCoordAttributeElement(Attribute attribute);
|
||||
[[nodiscard]] u32 FixedFncTextureAttributeElement(Attribute attribute);
|
||||
|
||||
[[nodiscard]] bool IsGeneric(Attribute attribute) noexcept;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue