VkImageSubresourceLayers

Undocumented in source.
version(DVulkan_VK_VERSION_1_0)
struct VkImageSubresourceLayers {}

Members

Variables

aspectMask
VkImageAspectFlags aspectMask;
Undocumented in source.
baseArrayLayer
uint32_t baseArrayLayer;
Undocumented in source.
layerCount
uint32_t layerCount;
Undocumented in source.
mipLevel
uint32_t mipLevel;
Undocumented in source.

Meta