From bc9ae218344e5244b1ff5c707011de233690639f Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Thu, 15 Jan 2015 17:51:52 -0700 Subject: All of the codegen for layers is now working well enough that the generated layers will compile. Lots of updates required to DrawState and MemTracker layers so just commenting them out the build initially. Conflicts: layers/draw_state.c layers/multi.cpp xgl-layer-generate.py xgl.py --- layers/multi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/multi.cpp') diff --git a/layers/multi.cpp b/layers/multi.cpp index b8c9631c..400ef5d4 100644 --- a/layers/multi.cpp +++ b/layers/multi.cpp @@ -184,7 +184,7 @@ XGL_LAYER_EXPORT XGL_RESULT XGLAPI multi2CreateCommandBuffer(XGL_DEVICE device, return result; } -XGL_LAYER_EXPORT XGL_RESULT XGLAPI multi2BeginCommandBuffer( XGL_CMD_BUFFER cmdBuffer, const XGL_CMD_BUFFER_BEGIN_INFO* pBeginInfo) +XGL_LAYER_EXPORT XGL_RESULT XGLAPI multi2BeginCommandBuffer(XGL_CMD_BUFFER cmdBuffer, const XGL_CMD_BUFFER_BEGIN_INFO* pBeginInfo) { XGL_LAYER_DISPATCH_TABLE* pTable = tableMap2[cmdBuffer]; -- cgit v1.2.3