Halide
VkImageSubresourceLayers Struct Reference

#include <mini_vulkan.h>

Public Attributes

VkImageAspectFlags aspectMask
 
uint32_t mipLevel
 
uint32_t baseArrayLayer
 
uint32_t layerCount
 

Detailed Description

Definition at line 2374 of file mini_vulkan.h.

Member Data Documentation

◆ aspectMask

VkImageAspectFlags VkImageSubresourceLayers::aspectMask

Definition at line 2375 of file mini_vulkan.h.

◆ mipLevel

uint32_t VkImageSubresourceLayers::mipLevel

Definition at line 2376 of file mini_vulkan.h.

◆ baseArrayLayer

uint32_t VkImageSubresourceLayers::baseArrayLayer

Definition at line 2377 of file mini_vulkan.h.

◆ layerCount

uint32_t VkImageSubresourceLayers::layerCount

Definition at line 2378 of file mini_vulkan.h.


The documentation for this struct was generated from the following file: