aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-01-28 18:26:16 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:10 -0700
commit5ab9ca900e4e905172bd8db80aed68876067afe0 (patch)
tree5223604bd657c1a0d42424b25221d8745665c371
parentc9851965dc06d26de05066f253e51dd786877c3d (diff)
downloadusermoji-5ab9ca900e4e905172bd8db80aed68876067afe0.tar.xz
intel: Instance functions create and destroy objects
Also they do the same init and removal as existing InitAndEnumerateGpus.
-rw-r--r--include/xglDbg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xglDbg.h b/include/xglDbg.h
index b040710d..dfed1a84 100644
--- a/include/xglDbg.h
+++ b/include/xglDbg.h
@@ -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,