intel: Instance functions create and destroy objects
authorJon Ashburn <jon@lunarg.com>
Thu, 29 Jan 2015 01:26:16 +0000 (18:26 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:10 +0000 (17:58 -0700)
Also they do the same init and removal as existing InitAndEnumerateGpus.

include/xglDbg.h

index b040710..dfed1a8 100644 (file)
@@ -87,6 +87,7 @@ typedef enum _XGL_DBG_OBJECT_TYPE
     XGL_DBG_OBJECT_FRAMEBUFFER            = 0x1d,
     XGL_DBG_OBJECT_RENDER_PASS            = 0x1e,
 
+    XGL_DBG_OBJECT_INSTANCE,
     XGL_DBG_OBJECT_BUFFER,
     XGL_DBG_OBJECT_BUFFER_VIEW,
     XGL_DBG_OBJECT_DESCRIPTOR_SET_LAYOUT,