Trying to fix invalid descriptorlayout
This commit is contained in:
@@ -136,6 +136,7 @@ public:
|
||||
{
|
||||
object = (RefObject<T> *)registeredObj->value;
|
||||
}
|
||||
object->addRef();
|
||||
}
|
||||
explicit RefPtr(RefObject<T> *other)
|
||||
: object(other)
|
||||
|
||||
Reference in New Issue
Block a user