Remove spirv handle legacy related code

This commit is contained in:
vonchenplus 2021-12-18 14:08:50 +08:00
parent ac51211ce4
commit 8ea541bc11
4 changed files with 1 additions and 190 deletions

View file

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