From 5ab9ca900e4e905172bd8db80aed68876067afe0 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Wed, 28 Jan 2015 18:26:16 -0700 Subject: intel: Instance functions create and destroy objects Also they do the same init and removal as existing InitAndEnumerateGpus. --- include/xglDbg.h | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3