[Fix] (MG_State/Buffer): pass PingPong test

This commit is contained in:
2025-07-19 22:00:01 +08:00
parent 6f455bc26a
commit 16697b8c2b
5 changed files with 20 additions and 13 deletions
+2
View File
@@ -113,6 +113,8 @@ namespace MobileGL {
public:
using TargetEnum = typename ObjectType::TargetEnum;
BindingSlot(): m_target((TargetEnum)0), m_boundObject(nullptr) {}
explicit BindingSlot(TargetEnum target)
: m_target(target), m_boundObject(nullptr) {
}