11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkImageSubresource,VkImageSubresource]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkImageSubresource {
|
|
VkImageAspectFlags aspectMask;
|
|
uint32_t mipLevel;
|
|
uint32_t arrayLayer;
|
|
} VkImageSubresource;
|
|
----
|