10 lines
463 B
Plaintext
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);
|
|
----
|