Skip to content

comp: Fix depth-stencil image validation warning

Christoph Haag requested to merge haagch/monado:depth_stencil_validation into master

Depth-only formats must use only VK_IMAGE_ASPECT_DEPTH_BIT. Depth-stencil formats must use both VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT.

Merge request reports