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

Merge pull request #36186 from Calinou/remove-vulkan-debugging-prints

Remove Vulkan debugging prints
This commit is contained in:
Rémi Verschelde
2020-02-27 21:11:24 +01:00
committed by GitHub
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);
}
}