|
Blender V5.0
|
#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(), blender::gpu::render_graph::TEST_F(), blender::gpu::render_graph::TEST_F(), blender::gpu::render_graph::TEST_P(), blender::gpu::render_graph::TEST_P(), blender::gpu::render_graph::TEST_P(), and blender::gpu::render_graph::TEST_P().
| 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(), blender::gpu::render_graph::TEST_F(), blender::gpu::render_graph::TEST_F(), blender::gpu::render_graph::TEST_P(), blender::gpu::render_graph::TEST_P(), blender::gpu::render_graph::TEST_P(), and blender::gpu::render_graph::TEST_P().
| 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(), blender::gpu::render_graph::TEST_F(), blender::gpu::render_graph::TEST_F(), blender::gpu::render_graph::TEST_P(), blender::gpu::render_graph::TEST_P(), blender::gpu::render_graph::TEST_P(), and blender::gpu::render_graph::TEST_P().