11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkExternalBufferProperties,VkExternalBufferProperties]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkExternalBufferProperties {
|
||
|
|
VkStructureType sType;
|
||
|
|
void* pNext;
|
||
|
|
VkExternalMemoryProperties externalMemoryProperties;
|
||
|
|
} VkExternalBufferProperties;
|
||
|
|
----
|