From b1de32bc50dd491ce037030fe313fe5db29f8a21 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 7 Apr 2019 12:47:57 -0700 Subject: Updated DRAW_FLAG to match API 240022 --- unityplugin/GhostCubeScene/src/GhostCubeScene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unityplugin/GhostCubeScene/src') diff --git a/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp index 4aad6f5..4e64ab8 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp +++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp @@ -211,6 +211,6 @@ void GhostCubeScene::Render(UnityRenderingEvent RenderEventFunc) *CBConstants = transposeMatrix(wvp); } - DrawAttribs DrawAttrs(4, DRAW_FLAG_VERIFY_STATES); + DrawAttribs DrawAttrs(4, DRAW_FLAG_VERIFY_ALL); pCtx->Draw(DrawAttrs); } -- cgit v1.2.3