From: Jon Ashburn Date: Thu, 29 Jan 2015 01:26:16 +0000 (-0700) Subject: intel: Instance functions create and destroy objects X-Git-Tag: upstream/1.1.92~6170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ab9ca900e4e905172bd8db80aed68876067afe0;p=platform%2Fupstream%2FVulkan-Tools.git intel: Instance functions create and destroy objects Also they do the same init and removal as existing InitAndEnumerateGpus. --- diff --git a/include/xglDbg.h b/include/xglDbg.h index b040710..dfed1a8 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,