diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-06-30 14:31:50 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobin@lunarg.com> | 2015-07-02 11:04:28 -0600 |
| commit | fe58d5c162cc84fb929d1e564b2c925c898423db (patch) | |
| tree | 1d6a63f8a4363ff2927d93b10fbf249577b38aa6 | |
| parent | d1f17ac1cb2b9561208f03cbcfde863e307cea87 (diff) | |
| download | usermoji-fe58d5c162cc84fb929d1e564b2c925c898423db.tar.xz | |
layers: Fix ObjectTracker to add Instance when it's created
| -rw-r--r-- | layers/object_track.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/object_track.h b/layers/object_track.h index 329ca10d..ebd7be18 100644 --- a/layers/object_track.h +++ b/layers/object_track.h @@ -463,6 +463,7 @@ explicit_CreateInstance( pCreateInfo->pEnabledExtensions); initObjectTracker(my_data); + create_obj(*pInstance, *pInstance, VK_OBJECT_TYPE_INSTANCE); } loader_platform_thread_unlock_mutex(&objLock); return result; |
