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

#include <vk_reset_query_pool_node.hh>

Public Attributes

VkQueryPool vk_query_pool
 
uint32_t first_query
 
uint32_t query_count
 

Detailed Description

Information stored inside the render graph node. See VKRenderGraphNode.

Definition at line 18 of file vk_reset_query_pool_node.hh.

Member Data Documentation

◆ first_query

uint32_t blender::gpu::render_graph::VKResetQueryPoolData::first_query

Definition at line 20 of file vk_reset_query_pool_node.hh.

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

◆ query_count

uint32_t blender::gpu::render_graph::VKResetQueryPoolData::query_count

Definition at line 21 of file vk_reset_query_pool_node.hh.

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

◆ vk_query_pool

VkQueryPool blender::gpu::render_graph::VKResetQueryPoolData::vk_query_pool

Definition at line 19 of file vk_reset_query_pool_node.hh.

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


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