revolver

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

render_inc.c (367B)


      1 //////////////////////////////////////////////////////////////////
      2 // render_inc.c
      3 
      4 #if RV_WIN_ENABLED
      5     #include "render_helpers.c"
      6 
      7     #if RV_RENDER_OPENGL
      8         #include "impl/opengl.c"
      9     #else
     10         RV_GLOBAL void rv_window_render_commit(rv_window_handle_t* window, rv_render_pass_list_t* passes)
     11         {
     12 
     13         }
     14     #endif
     15 #endif // RV_WIN_ENABLED