VkImageAspectFlagBits | NVK Search
  1. No Results
Categories
VkImageAspectFlagBits Bitmask specifying which aspects of an image are included in a view Stub
VkImageAspectFlagBits = {
  VK_IMAGE_ASPECT_COLOR_BIT: 0x1,
  VK_IMAGE_ASPECT_DEPTH_BIT: 0x2,
  VK_IMAGE_ASPECT_STENCIL_BIT: 0x4,
  VK_IMAGE_ASPECT_METADATA_BIT: 0x8,
  VK_IMAGE_ASPECT_PLANE_0_BIT: 0x10,
  VK_IMAGE_ASPECT_PLANE_1_BIT: 0x20,
  VK_IMAGE_ASPECT_PLANE_2_BIT: 0x40,
  VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT: 0x80,
  VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT: 0x100,
  VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT: 0x200,
  VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT: 0x400,
  VK_IMAGE_ASPECT_PLANE_0_BIT_KHR: VK_IMAGE_ASPECT_PLANE_0_BIT,
  VK_IMAGE_ASPECT_PLANE_1_BIT_KHR: VK_IMAGE_ASPECT_PLANE_1_BIT,
  VK_IMAGE_ASPECT_PLANE_2_BIT_KHR: VK_IMAGE_ASPECT_PLANE_2_BIT
};
Properties VkImageAspectFlagBits.VK_IMAGE_ASPECT_COLOR_BIT specifies the color aspect. VkImageAspectFlagBits.VK_IMAGE_ASPECT_DEPTH_BIT specifies the depth aspect. VkImageAspectFlagBits.VK_IMAGE_ASPECT_STENCIL_BIT specifies the stencil aspect. VkImageAspectFlagBits.VK_IMAGE_ASPECT_METADATA_BIT specifies the metadata aspect, used for sparse <> operations. VkImageAspectFlagBits.VK_IMAGE_ASPECT_PLANE_0_BIT specifies plane 0 of a _multi-planar_ image format. VkImageAspectFlagBits.VK_IMAGE_ASPECT_PLANE_1_BIT specifies plane 1 of a _multi-planar_ image format. VkImageAspectFlagBits.VK_IMAGE_ASPECT_PLANE_2_BIT specifies plane 2 of a _multi-planar_ image format. VkImageAspectFlagBits.VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT VkImageAspectFlagBits.VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT VkImageAspectFlagBits.VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT VkImageAspectFlagBits.VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT VkImageAspectFlagBits.VK_IMAGE_ASPECT_PLANE_0_BIT_KHR VkImageAspectFlagBits.VK_IMAGE_ASPECT_PLANE_1_BIT_KHR VkImageAspectFlagBits.VK_IMAGE_ASPECT_PLANE_2_BIT_KHR