|
Blender V4.3
|
#include <vk_begin_query_node.hh>
Public Attributes | |
| VkQueryPool | vk_query_pool |
| uint32_t | query_index |
| VkQueryControlFlags | vk_query_control_flags |
Information stored inside the render graph node. See VKRenderGraphNode.
Definition at line 18 of file vk_begin_query_node.hh.
| uint32_t blender::gpu::render_graph::VKBeginQueryData::query_index |
Definition at line 20 of file vk_begin_query_node.hh.
| VkQueryControlFlags blender::gpu::render_graph::VKBeginQueryData::vk_query_control_flags |
Definition at line 21 of file vk_begin_query_node.hh.
| VkQueryPool blender::gpu::render_graph::VKBeginQueryData::vk_query_pool |
Definition at line 19 of file vk_begin_query_node.hh.
Referenced by blender::gpu::VKQueryPool::begin_query().