VulkanDevice: Optional VK_EXT_external_memory_host enablement
Allows usage of this extension only when the import-pointer-alignment matches that of the hosts' page size.
This commit is contained in:
@ -51,6 +51,7 @@ public:
|
||||
bool vk_khr_driver_properties : 1;
|
||||
bool vk_khr_dynamic_rendering : 1;
|
||||
bool vk_khr_push_descriptor : 1;
|
||||
bool vk_ext_external_memory_host : 1;
|
||||
};
|
||||
|
||||
static GPUTexture::Format GetFormatForVkFormat(VkFormat format);
|
||||
|
||||
Reference in New Issue
Block a user