Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkImageAspectFlags | aspectMask |
uint32_t | baseMipLevel |
uint32_t | levelCount |
uint32_t | baseArrayLayer |
uint32_t | layerCount |
Definition at line 2860 of file vulkan_core.h.
VkImageAspectFlags VkImageSubresourceRange::aspectMask |
Definition at line 2861 of file vulkan_core.h.
uint32_t VkImageSubresourceRange::baseArrayLayer |
Definition at line 2864 of file vulkan_core.h.
uint32_t VkImageSubresourceRange::baseMipLevel |
Definition at line 2862 of file vulkan_core.h.
uint32_t VkImageSubresourceRange::layerCount |
Definition at line 2865 of file vulkan_core.h.
uint32_t VkImageSubresourceRange::levelCount |
Definition at line 2863 of file vulkan_core.h.