|
Blender V4.3
|
#include <vk_synchronization_node.hh>
Public Attributes | |
| VkImage | vk_image |
| VkImageLayout | vk_image_layout |
| VkImageAspectFlags | vk_image_aspect |
Information needed to add a node to the render graph.
Definition at line 23 of file vk_synchronization_node.hh.
| VkImage blender::gpu::render_graph::VKSynchronizationCreateInfo::vk_image |
Definition at line 24 of file vk_synchronization_node.hh.
Referenced by blender::gpu::render_graph::VKSynchronizationNode::build_links(), and blender::gpu::render_graph::VKRenderGraph::submit_for_present().
| VkImageAspectFlags blender::gpu::render_graph::VKSynchronizationCreateInfo::vk_image_aspect |
Definition at line 26 of file vk_synchronization_node.hh.
Referenced by blender::gpu::render_graph::VKSynchronizationNode::build_links(), and blender::gpu::render_graph::VKRenderGraph::submit_for_present().
| VkImageLayout blender::gpu::render_graph::VKSynchronizationCreateInfo::vk_image_layout |
Definition at line 25 of file vk_synchronization_node.hh.
Referenced by blender::gpu::render_graph::VKSynchronizationNode::build_links(), and blender::gpu::render_graph::VKRenderGraph::submit_for_present().