revision 2
[carveJwlIkooP6JGAAIwe30JlM.git] / build.c
diff --git a/build.c b/build.c
index 9367e81b64929c187d69d6ce5d32e2c337143100..3190da1da6698b4007036b5fa049e3f3fbe01029 100644 (file)
--- a/build.c
+++ b/build.c
@@ -127,6 +127,8 @@ void build_shaders(void){
    _S( "blitcolour","blit.vs",      "colour.fs" );
    _S( "blit_transition", "blit.vs", "blit_transition.fs" );
    _S( "routeui",   "routeui.vs",   "routeui.fs" );
+
+   vg_build_shader_impl( "shaders/impl.c" );
 }
 
 void build_game_content( struct vg_project *proj )
@@ -163,7 +165,8 @@ void build_game_bin( struct vg_project *proj )
             .log_source_info = 1,
             .steam_api = 1,
             .use_3d = 1,
-            .custom_game_settings = 0
+            .custom_game_settings = 0,
+            .custom_shaders = 1
          });
 
    vg_add_source( proj, "skaterift.c " );