include: Remove CmdBindAttachments()
authorJon Ashburn <jon@lunarg.com>
Sat, 3 Jan 2015 01:15:22 +0000 (18:15 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:08 +0000 (17:58 -0700)
include/xgl.h

index 9069a14dbf10ae68fcaa9456038254cef1f4f578..282409130749c221d5324920a3de73477570609b 100644 (file)
@@ -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,