|
Blender V4.3
|
#include <vk_dispatch_indirect_node.hh>
Public Attributes | |
| VKPipelineData | pipeline_data |
| VkBuffer | buffer |
| VkDeviceSize | offset |
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 19 of file vk_dispatch_indirect_node.hh.
| VkBuffer blender::gpu::render_graph::VKDispatchIndirectData::buffer |
Definition at line 21 of file vk_dispatch_indirect_node.hh.
Referenced by blender::gpu::render_graph::VKDispatchIndirectNode::build_links(), blender::gpu::VKBackend::compute_dispatch_indirect(), blender::gpu::render_graph::TEST(), and blender::gpu::render_graph::TEST().
| VkDeviceSize blender::gpu::render_graph::VKDispatchIndirectData::offset |
Definition at line 22 of file vk_dispatch_indirect_node.hh.
Referenced by blender::gpu::VKBackend::compute_dispatch_indirect(), blender::gpu::render_graph::TEST(), and blender::gpu::render_graph::TEST().
| VKPipelineData blender::gpu::render_graph::VKDispatchIndirectData::pipeline_data |
Definition at line 20 of file vk_dispatch_indirect_node.hh.
Referenced by blender::gpu::VKBackend::compute_dispatch_indirect(), blender::gpu::render_graph::VKDispatchIndirectNode::set_node_data(), blender::gpu::render_graph::TEST(), and blender::gpu::render_graph::TEST().