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

11 lines
375 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkDeviceGroupCommandBufferBeginInfo,VkDeviceGroupCommandBufferBeginInfo]]
[source,c++]
----
typedef struct VkDeviceGroupCommandBufferBeginInfo {
VkStructureType sType;
const void* pNext;
uint32_t deviceMask;
} VkDeviceGroupCommandBufferBeginInfo;
----