| commit | fa836e05515bcca767bc97cb37b85aa875a70783 | [log] [tgz] |
|---|---|---|
| author | Jon Ashburn <jon@lunarg.com> | Wed Jan 28 18:26:16 2015 -0700 |
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:10 2015 -0700 |
| tree | e540642137aed8f6ee608bbf427bec2e23aae304 | |
| parent | 14275da630602a14168f83629b49e63d2d2023cb [diff] |
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 @@ 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,