more experiments with mac render target

master
Allen Webster 2017-11-10 20:28:19 -05:00
parent b4461449d6
commit 911023c68f
2 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,6 @@
#define FRED_RENDER_TARGET_H
struct Render_Target{
void *handle;
void *context;
i32_Rect clip_boxes[5];
i32 clip_top;
b32 clip_all;

View File

@ -518,8 +518,8 @@ osx_step(void){
b32 keep_running = osxvars.keep_running;
// NOTE(allen): Application Core Update
Render_Target fixed_target = target;
app.step(&sysfunc, &fixed_target, &memory_vars, &frame_input, &result);
//Render_Target fixed_target = target;
app.step(&sysfunc, &target, &memory_vars, &frame_input, &result);
// NOTE(allen): Finish the Loop
if (result.perform_kill){