mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Fix] (MG_State/Buffer): pass PingPong test
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user