X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fmodel_character_view.h;h=2017f7db76b844a612d883e67393a0a50df45751;hb=791f807111a1f740f745c67db642aa7a8bee56e8;hp=68a46679a7b8001f383c465334a4612ffe9a3388;hpb=e61356f70eddb79f05d7b9e329e91963ec74f817;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/model_character_view.h b/shaders/model_character_view.h index 68a4667..2017f7d 100644 --- a/shaders/model_character_view.h +++ b/shaders/model_character_view.h @@ -100,6 +100,9 @@ static struct vg_shader _shader_model_character_view = { " int g_light_preview;\n" " int g_shadow_samples;\n" "\n" +" int g_debug_indices;\n" +" int g_debug_complexity;\n" +"\n" " // g_time ?\n" "\n" " //vec4 g_point_light_positions[32];\n"