VkImageSubresource

Undocumented in source.
@nogc pure nothrow
struct VkImageSubresource {}

Members

Variables

arrayLayer
uint32_t arrayLayer;
Undocumented in source.
aspectMask
VkImageAspectFlags aspectMask;
Undocumented in source.
mipLevel
uint32_t mipLevel;
Undocumented in source.

Meta