Trying to fix invalid descriptorlayout

This commit is contained in:
Dynamitos
2020-10-03 11:00:10 +02:00
parent 79388bf41a
commit ceee96b462
69 changed files with 1087 additions and 393 deletions
+1
View File
@@ -136,6 +136,7 @@ public:
{
object = (RefObject<T> *)registeredObj->value;
}
object->addRef();
}
explicit RefPtr(RefObject<T> *other)
: object(other)