1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Remove Vulkan debugging prints

This commit is contained in:
Hugo Locurcio
2020-02-13 18:50:07 +01:00
parent 5c3944e7da
commit 71b74195de
3 changed files with 3 additions and 14 deletions

View File

@@ -121,9 +121,7 @@ void RasterizerRD::initialize() {
String error;
copy_viewports_rd_shader = RD::get_singleton()->shader_create(source);
if (!copy_viewports_rd_shader.is_valid()) {
print_line("failed compilation: " + error);
} else {
print_line("compilation success");
print_line("Failed compilation: " + error);
}
}