unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkExternalBufferProperties.txt

11 lines
386 B
Plaintext
Raw Normal View History

// 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;
----