Browse Source

[texture_cache, gl, vk] Initial implementation for HDR + MSAA detection on QCOM drivers.

test-revert-gpu-optim
CamilleLaVey 1 month ago
committed by lizzie
parent
commit
bcc5390943
  1. 1
      src/video_core/vulkan_common/vulkan_device.cpp

1
src/video_core/vulkan_common/vulkan_device.cpp

@ -105,7 +105,6 @@ constexpr std::array E5B9G9R9_UFLOAT_PACK32{
VK_FORMAT_B10G11R11_UFLOAT_PACK32, // Alternative: might work if E5B9G9R9 fails
VK_FORMAT_UNDEFINED,
};
} // namespace Alternatives
template <typename T>

Loading…
Cancel
Save