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

12 lines
394 B
Plaintext
Raw Normal View History

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