|
Blender V4.3
|
#include <vk_clear_depth_stencil_image_node.hh>
Public Attributes | |
| VkImage | vk_image |
| VkClearDepthStencilValue | vk_clear_depth_stencil_value |
| VkImageSubresourceRange | vk_image_subresource_range |
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 18 of file vk_clear_depth_stencil_image_node.hh.
| VkClearDepthStencilValue blender::gpu::render_graph::VKClearDepthStencilImageData::vk_clear_depth_stencil_value |
Definition at line 20 of file vk_clear_depth_stencil_image_node.hh.
Referenced by blender::gpu::VKTexture::clear_depth_stencil().
| VkImage blender::gpu::render_graph::VKClearDepthStencilImageData::vk_image |
Definition at line 19 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().
| VkImageSubresourceRange blender::gpu::render_graph::VKClearDepthStencilImageData::vk_image_subresource_range |
Definition at line 21 of file vk_clear_depth_stencil_image_node.hh.
Referenced by blender::gpu::VKTexture::clear_depth_stencil().