Blender V5.0
blender::gpu::render_graph::VKBeginQueryData Struct Reference

#include <vk_begin_query_node.hh>

Public Attributes

VkQueryPool vk_query_pool
uint32_t query_index
VkQueryControlFlags vk_query_control_flags

Detailed Description

Information stored inside the render graph node. See VKRenderGraphNode.

Definition at line 18 of file vk_begin_query_node.hh.

Member Data Documentation

◆ query_index

uint32_t blender::gpu::render_graph::VKBeginQueryData::query_index

Definition at line 20 of file vk_begin_query_node.hh.

◆ vk_query_control_flags

VkQueryControlFlags blender::gpu::render_graph::VKBeginQueryData::vk_query_control_flags

Definition at line 21 of file vk_begin_query_node.hh.

◆ vk_query_pool

VkQueryPool blender::gpu::render_graph::VKBeginQueryData::vk_query_pool

Definition at line 19 of file vk_begin_query_node.hh.


The documentation for this struct was generated from the following file: