[Fix]: some not-added stuff

This commit is contained in:
2025-11-02 23:51:19 +08:00
parent 1ea32e8538
commit 2f67620a6e
3 changed files with 42 additions and 1 deletions
@@ -8,5 +8,6 @@ namespace MobileGL::MG_Impl::GLImpl {
Bool ValidateBufferName(Uint index, Bool allowZero = false);
Bool ValidateBufferUsage(BufferUsage usage);
Bool ValidateBufferMappingAccess(Flags<BufferMappingAccessBit> accessBits);
Bool ValidateBufferBindingPointTarget(BufferTarget target);
} // namespace BufferImpl
} // namespace MobileGL::MG_Impl::GLImpl