|
Blender V4.3
|
#include <vk_draw_indexed_node.hh>
Public Member Functions | |
| VKDrawIndexedCreateInfo (const VKResourceAccessInfo &resources) | |
Public Attributes | |
| VKDrawIndexedData | node_data = {} |
| const VKResourceAccessInfo & | resources |
Definition at line 30 of file vk_draw_indexed_node.hh.
|
inline |
Definition at line 33 of file vk_draw_indexed_node.hh.
| VKDrawIndexedData blender::gpu::render_graph::VKDrawIndexedCreateInfo::node_data = {} |
Definition at line 31 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedNode::build_links(), blender::gpu::VKBatch::draw(), and blender::gpu::render_graph::VKDrawIndexedNode::set_node_data().
| const VKResourceAccessInfo& blender::gpu::render_graph::VKDrawIndexedCreateInfo::resources |
Definition at line 32 of file vk_draw_indexed_node.hh.
Referenced by blender::gpu::render_graph::VKDrawIndexedNode::build_links().