Skip to content

Commit

Permalink
Removed deprecated vk::ColorSpaceKHR::eDolbyvisionEXT.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Nov 28, 2024
1 parent e798e0f commit b53c40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vulkan/DisplaySurface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void DisplaySurface::InitSwapChain()
case vk::ColorSpaceKHR::eAdobergbNonlinearEXT:
case vk::ColorSpaceKHR::eExtendedSrgbNonlinearEXT:
case vk::ColorSpaceKHR::eHdr10St2084EXT:
case vk::ColorSpaceKHR::eDolbyvisionEXT:
//case vk::ColorSpaceKHR::eDolbyvisionEXT:
case vk::ColorSpaceKHR::eHdr10HlgEXT:
swapChainIsGammaEncoded = true;
break;
Expand Down

0 comments on commit b53c40e

Please sign in to comment.