unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkGetPhysicalDeviceExternalBufferProperties.txt

10 lines
463 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkGetPhysicalDeviceExternalBufferProperties,vkGetPhysicalDeviceExternalBufferProperties]]
[source,c++]
----
void vkGetPhysicalDeviceExternalBufferProperties(
VkPhysicalDevice physicalDevice,
const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo,
VkExternalBufferProperties* pExternalBufferProperties);
----