فهرست منبع

Shut up shaderc

Daniele Bartolini 11 سال پیش
والد
کامیت
54a343787a
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      engine/renderers/shader.cpp

+ 0 - 2
engine/renderers/shader.cpp

@@ -70,7 +70,6 @@ namespace shader_resource
 			"--varyingdef", varying_def_path.c_str(),
 			"--type", "vertex",
 			"--platform", opts.platform(),
-			"--verbose",
 #if CROWN_PLATFORM_WINDOWS
 			"--profile", "vs_3_0",
 #endif
@@ -86,7 +85,6 @@ namespace shader_resource
 			"--varyingdef", varying_def_path.c_str(),
 			"--type", "fragment",
 			"--platform", opts.platform(),
-			"--verbose",
 #if CROWN_PLATFORM_WINDOWS
 			"--profile", "ps_3_0",
 #endif