|
Blender V4.3
|
#include <vk_dispatch_indirect_node.hh>
Inherits blender::NonCopyable.
Public Member Functions | |
| VKDispatchIndirectCreateInfo (const VKResourceAccessInfo &resources) | |
Public Member Functions inherited from blender::NonCopyable | |
| NonCopyable (const NonCopyable &other)=delete | |
| NonCopyable & | operator= (const NonCopyable &other)=delete |
| NonCopyable ()=default | |
| NonCopyable (NonCopyable &&other)=default | |
| NonCopyable & | operator= (NonCopyable &&other)=default |
Public Attributes | |
| VKDispatchIndirectData | dispatch_indirect_node = {} |
| const VKResourceAccessInfo & | resources |
Information needed to add a node to the render graph.
Definition at line 28 of file vk_dispatch_indirect_node.hh.
|
inline |
Definition at line 31 of file vk_dispatch_indirect_node.hh.
| VKDispatchIndirectData blender::gpu::render_graph::VKDispatchIndirectCreateInfo::dispatch_indirect_node = {} |
Definition at line 29 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::VKDispatchIndirectNode::set_node_data(), blender::gpu::render_graph::TEST(), and blender::gpu::render_graph::TEST().
| const VKResourceAccessInfo& blender::gpu::render_graph::VKDispatchIndirectCreateInfo::resources |
Definition at line 30 of file vk_dispatch_indirect_node.hh.
Referenced by blender::gpu::render_graph::VKDispatchIndirectNode::build_links().