10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[vkGetPhysicalDeviceExternalFenceProperties,vkGetPhysicalDeviceExternalFenceProperties]]
|
|
[source,c++]
|
|
----
|
|
void vkGetPhysicalDeviceExternalFenceProperties(
|
|
VkPhysicalDevice physicalDevice,
|
|
const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
|
|
VkExternalFenceProperties* pExternalFenceProperties);
|
|
----
|