Blender V4.3
blender::gpu::render_graph::VKClearDepthStencilImageCreateInfo Struct Reference

#include <vk_clear_depth_stencil_image_node.hh>

Public Attributes

VKClearDepthStencilImageData node_data
 
VkImageAspectFlags vk_image_aspects
 

Detailed Description

Definition at line 24 of file vk_clear_depth_stencil_image_node.hh.

Member Data Documentation

◆ node_data

◆ vk_image_aspects

VkImageAspectFlags blender::gpu::render_graph::VKClearDepthStencilImageCreateInfo::vk_image_aspects

All image aspects of the image that will be cleared.

Used during the pipeline barriers as the full image aspect needs to be known for changing the layout. Even when only one aspect is eventually cleared.

Definition at line 32 of file vk_clear_depth_stencil_image_node.hh.

Referenced by blender::gpu::render_graph::VKClearDepthStencilImageNode::build_links(), and blender::gpu::VKTexture::clear_depth_stencil().


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