[Feat]: Flags<Bit, Underlying> template for manipulating flag sets

This commit is contained in:
2025-08-08 16:49:41 +08:00
parent 916fdf40af
commit 919274924e
12 changed files with 162 additions and 69 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ namespace MobileGL::MG_Impl::GLImpl {
bool ValidateBufferTarget(BufferTarget target);
bool ValidateBufferName(Uint index);
bool ValidateBufferUsage(BufferUsage usage);
bool ValidateBufferMappingAccess(BufferMappingAccessBit accessBits);
bool ValidateBufferMappingAccess(Flags<BufferMappingAccessBit> accessBits);
}
}