|
Blender V4.3
|
#include <vk_dispatch_node.hh>
Inherits blender::NonCopyable.
Public Member Functions | |
| VKDispatchCreateInfo (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 | |
| VKDispatchData | dispatch_node = {} |
| const VKResourceAccessInfo & | resources |
Information needed to add a node to the render graph.
Definition at line 29 of file vk_dispatch_node.hh.
|
inline |
Definition at line 32 of file vk_dispatch_node.hh.
| VKDispatchData blender::gpu::render_graph::VKDispatchCreateInfo::dispatch_node = {} |
Definition at line 30 of file vk_dispatch_node.hh.
Referenced by blender::gpu::VKBackend::compute_dispatch(), blender::gpu::render_graph::VKDispatchNode::set_node_data(), blender::gpu::render_graph::TEST(), blender::gpu::render_graph::TEST(), blender::gpu::render_graph::TEST(), blender::gpu::render_graph::TEST(), and blender::gpu::render_graph::TEST().
| const VKResourceAccessInfo& blender::gpu::render_graph::VKDispatchCreateInfo::resources |
Definition at line 31 of file vk_dispatch_node.hh.
Referenced by blender::gpu::render_graph::VKDispatchNode::build_links().