summaryrefslogtreecommitdiff
path: root/c2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c2.cpp')
-rw-r--r--c2.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/c2.cpp b/c2.cpp
index e88f12d..e36b1cd 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -215,22 +215,23 @@ extern "C" int entrypoint() {
raxis
));
monkey->update_transforms();
+ monkey->update_cbuffers(
+ dev,
+ transform,
+ projection
+ );
ctx.debug_push("depth prepass");
monkey->render(
dev,
&frame_arena,
- depth_prepass,
- transform,
- projection
+ depth_prepass
);
ctx.debug_pop();
ctx.debug_push("forward");
monkey->render(
dev,
&frame_arena,
- pass2,
- transform,
- projection
+ pass2
);
ctx.debug_pop();