vk/0.170.2: Update VkImageSubresourceRange
Replace 'aspect' with 'aspectMask'.
This commit is contained in:
@@ -1505,7 +1505,7 @@ typedef struct {
|
||||
} VkChannelMapping;
|
||||
|
||||
typedef struct {
|
||||
VkImageAspect aspect;
|
||||
VkImageAspectFlags aspectMask;
|
||||
uint32_t baseMipLevel;
|
||||
uint32_t mipLevels;
|
||||
uint32_t baseArraySlice;
|
||||
|
Reference in New Issue
Block a user