vk/0.170: Update VkDescriptorInfo
Ignore the new bufferInfo field with a anv_finishme.
This commit is contained in:
@@ -1843,11 +1843,18 @@ typedef struct {
|
||||
const VkDescriptorTypeCount* pTypeCount;
|
||||
} VkDescriptorPoolCreateInfo;
|
||||
|
||||
typedef struct {
|
||||
VkBuffer buffer;
|
||||
VkDeviceSize offset;
|
||||
VkDeviceSize range;
|
||||
} VkDescriptorBufferInfo;
|
||||
|
||||
typedef struct {
|
||||
VkBufferView bufferView;
|
||||
VkSampler sampler;
|
||||
VkImageView imageView;
|
||||
VkImageLayout imageLayout;
|
||||
VkDescriptorBufferInfo bufferInfo;
|
||||
} VkDescriptorInfo;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user