mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-25 12:35:11 +00:00
Add missing aspect mask descriptions (#1029)
This commit is contained in:
parent
194a7f4d0d
commit
6bfe16f5fc
@ -3699,7 +3699,7 @@ endif::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[]
|
|||||||
ifdef::VK_EXT_image_drm_format_modifier[]
|
ifdef::VK_EXT_image_drm_format_modifier[]
|
||||||
* [[VUID-VkImageSubresourceRange-aspectMask-02278]]
|
* [[VUID-VkImageSubresourceRange-aspectMask-02278]]
|
||||||
pname:aspectMask must: not include
|
pname:aspectMask must: not include
|
||||||
etext:VK_IMAGE_ASPECT_MEMORY_PLANE_i_BIT_EXT for any index etext:i.
|
etext:VK_IMAGE_ASPECT_MEMORY_PLANE_i_BIT_EXT for any index etext:i
|
||||||
endif::VK_EXT_image_drm_format_modifier[]
|
endif::VK_EXT_image_drm_format_modifier[]
|
||||||
****
|
****
|
||||||
|
|
||||||
@ -3719,6 +3719,20 @@ include::{generated}/api/enums/VkImageAspectFlagBits.txt[]
|
|||||||
* ename:VK_IMAGE_ASPECT_STENCIL_BIT specifies the stencil aspect.
|
* ename:VK_IMAGE_ASPECT_STENCIL_BIT specifies the stencil aspect.
|
||||||
* ename:VK_IMAGE_ASPECT_METADATA_BIT specifies the metadata aspect, used
|
* ename:VK_IMAGE_ASPECT_METADATA_BIT specifies the metadata aspect, used
|
||||||
for sparse <<sparsememory, sparse resource>> operations.
|
for sparse <<sparsememory, sparse resource>> operations.
|
||||||
|
ifdef::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[]
|
||||||
|
* ename:VK_IMAGE_ASPECT_PLANE_0_BIT specifies plane 0 of a _multi-planar_
|
||||||
|
image format.
|
||||||
|
* ename:VK_IMAGE_ASPECT_PLANE_1_BIT specifies plane 1 of a _multi-planar_
|
||||||
|
image format.
|
||||||
|
* ename:VK_IMAGE_ASPECT_PLANE_2_BIT specifies plane 2 of a _multi-planar_
|
||||||
|
image format.
|
||||||
|
endif::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[]
|
||||||
|
ifdef::VK_EXT_image_drm_format_modifier[]
|
||||||
|
* ename:VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT specifies _memory plane_ 0.
|
||||||
|
* ename:VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT specifies _memory plane_ 1.
|
||||||
|
* ename:VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT specifies _memory plane_ 2.
|
||||||
|
* ename:VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT specifies _memory plane_ 3.
|
||||||
|
endif::VK_EXT_image_drm_format_modifier[]
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user