Browse Source

nowarn

pull/3057/head
lizzie 3 months ago
parent
commit
00f0aa9dd5
  1. 2
      src/video_core/renderer_vulkan/maxwell_to_vk.cpp

2
src/video_core/renderer_vulkan/maxwell_to_vk.cpp

@ -237,7 +237,7 @@ FormatInfo SurfaceFormat(const Device& device, FormatType format_type, bool with
#undef SURFACE_FORMAT_ELEM
#undef SURFACE_FORMAT_LIST
}
LOG_WARNING(Frontend, "FORMAT {}", pixel_format);
//LOG_WARNING(Frontend, "FORMAT {}", pixel_format);
bool const is_srgb = with_srgb && VideoCore::Surface::IsPixelFormatSRGB(pixel_format);
// Transcode on hardware that doesn't support ASTC natively
if (!device.IsOptimalAstcSupported() && VideoCore::Surface::IsPixelFormatASTC(pixel_format)) {

Loading…
Cancel
Save