Browse Source

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

pull/3062/head
CamilleLaVey 1 month ago
committed by lizzie
parent
commit
eb4d094a56
  1. 1
      src/video_core/vulkan_common/vulkan_device.cpp

1
src/video_core/vulkan_common/vulkan_device.cpp

@ -109,6 +109,7 @@ constexpr std::array E5B9G9R9_UFLOAT_PACK32{
} // namespace Alternatives
template <typename T>
void SetNext(void**& next, T& data) {
*next = &data;

Loading…
Cancel
Save