Skip to content

Commit 43e4423

Browse files
committed
CPU rendering compiles, but doesn't render.
1 parent 5d96733 commit 43e4423

File tree

3 files changed

+224
-174
lines changed

3 files changed

+224
-174
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ void main_loop_step(AppContext* ctx) {
195195
init_imgui_loop();
196196

197197
if(ctx->view_state->wants_high_precision){
198-
const float hp_width = ctx->view_state->width;
199-
const float hp_height = ctx->view_state->height;
198+
const float hp_width = 800;//ctx->view_state->width;
199+
const float hp_height = 600;// ctx->view_state->height;
200200
//NUMBER_OF_LIMBS = 8;
201201
if (ctx->view_state->hp_fbo == 0) {
202202
glGenFramebuffers(1, &ctx->view_state->hp_fbo);

0 commit comments

Comments
 (0)