mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Vulkan] We need VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE
This commit is contained in:
parent
24baf58ae3
commit
d781c7b6b1
|
|
@ -57,6 +57,8 @@ VulkanDevice::VulkanDevice(VulkanInstance* instance) : instance_(instance) {
|
|||
*/
|
||||
}
|
||||
|
||||
DeclareRequiredExtension(VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME,
|
||||
Version::Make(0, 0, 0), false);
|
||||
DeclareRequiredExtension(VK_EXT_DEBUG_MARKER_EXTENSION_NAME,
|
||||
Version::Make(0, 0, 0), true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue