Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkQueryPoolCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const void * pNext
 
VkQueryPoolCreateFlags flags
 
VkQueryType queryType
 
uint32_t queryCount
 
VkQueryPipelineStatisticFlags pipelineStatistics
 

Detailed Description

Definition at line 3440 of file vulkan_core.h.

Field Documentation

◆ flags

VkQueryPoolCreateFlags VkQueryPoolCreateInfo::flags

Definition at line 3443 of file vulkan_core.h.

◆ pipelineStatistics

VkQueryPipelineStatisticFlags VkQueryPoolCreateInfo::pipelineStatistics

Definition at line 3446 of file vulkan_core.h.

◆ pNext

const void* VkQueryPoolCreateInfo::pNext

Definition at line 3442 of file vulkan_core.h.

◆ queryCount

uint32_t VkQueryPoolCreateInfo::queryCount

Definition at line 3445 of file vulkan_core.h.

◆ queryType

VkQueryType VkQueryPoolCreateInfo::queryType

Definition at line 3444 of file vulkan_core.h.

◆ sType

VkStructureType VkQueryPoolCreateInfo::sType

Definition at line 3441 of file vulkan_core.h.


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