summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubeScene/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-07 19:47:57 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-07 19:47:57 +0000
commitb1de32bc50dd491ce037030fe313fe5db29f8a21 (patch)
tree4b85627621b727064ce1d656605dfcd98ebc978d /unityplugin/GhostCubeScene/src
parentUpdated core (diff)
downloadDiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.tar.gz
DiligentEngine-b1de32bc50dd491ce037030fe313fe5db29f8a21.zip
Updated DRAW_FLAG to match API 240022
Diffstat (limited to 'unityplugin/GhostCubeScene/src')
-rw-r--r--unityplugin/GhostCubeScene/src/GhostCubeScene.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}