9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkGetPhysicalDeviceProperties,vkGetPhysicalDeviceProperties]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
void vkGetPhysicalDeviceProperties(
|
||
|
|
VkPhysicalDevice physicalDevice,
|
||
|
|
VkPhysicalDeviceProperties* pProperties);
|
||
|
|
----
|