Преглед на файлове

Remove outdated warning when using screen texture in GL Compatibility renderer

clayjohn преди 2 години
родител
ревизия
8a7f02addb
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      drivers/gles3/storage/material_storage.cpp

+ 0 - 4
drivers/gles3/storage/material_storage.cpp

@@ -2968,10 +2968,6 @@ void SceneShaderData::set_code(const String &p_code) {
 		WARN_PRINT_ONCE_ED("Transmittance is only available when using the Forward+ rendering backend.");
 	}
 
-	if (uses_screen_texture) {
-		WARN_PRINT_ONCE_ED("Reading from the screen texture is not supported when using the GL Compatibility backend yet. Support will be added in a future release.");
-	}
-
 	if (uses_depth_texture) {
 		WARN_PRINT_ONCE_ED("Reading from the depth texture is not supported when using the GL Compatibility backend yet. Support will be added in a future release.");
 	}