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:
749a8fe
)
include: Remove CmdBindAttachments()
author
Jon Ashburn
<jon@lunarg.com>
Sat, 3 Jan 2015 01:15:22 +0000
(18:15 -0700)
committer
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:08 +0000
(17:58 -0700)
include/xgl.h
patch
|
blob
|
history
diff --git
a/include/xgl.h
b/include/xgl.h
index 9069a14dbf10ae68fcaa9456038254cef1f4f578..282409130749c221d5324920a3de73477570609b 100644
(file)
--- a/
include/xgl.h
+++ b/
include/xgl.h
@@
-2381,12
+2381,6
@@
XGL_VOID XGLAPI xglCmdBindIndexData(
XGL_GPU_SIZE offset,
XGL_INDEX_TYPE indexType);
-XGL_VOID XGLAPI xglCmdBindAttachments(
- XGL_CMD_BUFFER cmdBuffer,
- XGL_UINT colorAttachmentCount,
- const XGL_COLOR_ATTACHMENT_BIND_INFO* pColorAttachments,
- const XGL_DEPTH_STENCIL_BIND_INFO* pDepthStencilAttachment);
-
XGL_VOID XGLAPI xglCmdPrepareMemoryRegions(
XGL_CMD_BUFFER cmdBuffer,
XGL_UINT transitionCount,