|
Blender V4.3
|
#include <vk_dispatch_node.hh>
Public Attributes | |
| VKPipelineData | pipeline_data |
| uint32_t | group_count_x |
| uint32_t | group_count_y |
| uint32_t | group_count_z |
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 19 of file vk_dispatch_node.hh.
| uint32_t blender::gpu::render_graph::VKDispatchData::group_count_x |
Definition at line 21 of file vk_dispatch_node.hh.
Referenced by blender::gpu::VKBackend::compute_dispatch(), 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().
| uint32_t blender::gpu::render_graph::VKDispatchData::group_count_y |
Definition at line 22 of file vk_dispatch_node.hh.
Referenced by blender::gpu::VKBackend::compute_dispatch(), 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().
| uint32_t blender::gpu::render_graph::VKDispatchData::group_count_z |
Definition at line 23 of file vk_dispatch_node.hh.
Referenced by blender::gpu::VKBackend::compute_dispatch(), 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().
| VKPipelineData blender::gpu::render_graph::VKDispatchData::pipeline_data |
Definition at line 20 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().