11 lines
375 B
Plaintext
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;
|
|
----
|