early-access version 2330

This commit is contained in:
pineappleEA
2021-12-21 07:59:52 +01:00
parent 3edf270268
commit fc3180c4d7
15 changed files with 126 additions and 295 deletions

View File

@@ -224,6 +224,8 @@ enum class Attribute : u64 {
constexpr size_t NUM_GENERICS = 32;
constexpr size_t NUM_FIXEDFNCTEXTURE = 10;
[[nodiscard]] bool IsGeneric(Attribute attribute) noexcept;
[[nodiscard]] u32 GenericAttributeIndex(Attribute attribute);