projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c985196
)
intel: Instance functions create and destroy objects
author
Jon Ashburn
<jon@lunarg.com>
Thu, 29 Jan 2015 01:26:16 +0000
(18:26 -0700)
committer
Courtney 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
patch
|
blob
|
history
diff --git
a/include/xglDbg.h
b/include/xglDbg.h
index b040710d704b81f935d293299a674a941c69fe5d..dfed1a84e5eb774749df424105e12ae9ae0c1ed8 100644
(file)
--- 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,