Blender V4.3
blender::gpu::render_graph::VKEndQueryData Struct Reference

#include <vk_end_query_node.hh>

Public Attributes

VkQueryPool vk_query_pool
 
uint32_t query_index
 

Detailed Description

Information stored inside the render graph node. See VKRenderGraphNode.

Definition at line 18 of file vk_end_query_node.hh.

Member Data Documentation

◆ query_index

uint32_t blender::gpu::render_graph::VKEndQueryData::query_index

Definition at line 20 of file vk_end_query_node.hh.

◆ vk_query_pool

VkQueryPool blender::gpu::render_graph::VKEndQueryData::vk_query_pool

Definition at line 19 of file vk_end_query_node.hh.

Referenced by blender::gpu::VKQueryPool::end_query().


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