aboutsummaryrefslogtreecommitdiff
path: root/layers/multi.cpp
diff options
context:
space:
mode:
authorTobin Ehlis <tobin@lunarg.com>2015-01-15 17:51:52 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:10 -0700
commitbc9ae218344e5244b1ff5c707011de233690639f (patch)
tree28bcebf4e3d7babc561893a463fb6af4310049b2 /layers/multi.cpp
parent3fd4b119176c5c166c44012b5e09fccb9c637157 (diff)
downloadusermoji-bc9ae218344e5244b1ff5c707011de233690639f.tar.xz
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
Diffstat (limited to 'layers/multi.cpp')
-rw-r--r--layers/multi.cpp2
1 files changed, 1 insertions, 1 deletions
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];