|
Blender V4.3
|
#include <vk_clear_depth_stencil_image_node.hh>
Public Attributes | |
| VKClearDepthStencilImageData | node_data |
| VkImageAspectFlags | vk_image_aspects |
Definition at line 24 of file vk_clear_depth_stencil_image_node.hh.
| VKClearDepthStencilImageData blender::gpu::render_graph::VKClearDepthStencilImageCreateInfo::node_data |
| 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().