Vulkan-Hpp
VkPerformanceCounterKHR Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
VkPerformanceCounterUnitKHR unit
 
VkPerformanceCounterScopeKHR scope
 
VkPerformanceCounterStorageKHR storage
 
uint8_t uuid [16U]
 

Detailed Description

Definition at line 9498 of file vulkan_core.h.

Member Data Documentation

◆ pNext

void* VkPerformanceCounterKHR::pNext

Definition at line 9500 of file vulkan_core.h.

◆ scope

VkPerformanceCounterScopeKHR VkPerformanceCounterKHR::scope

Definition at line 9502 of file vulkan_core.h.

◆ storage

VkPerformanceCounterStorageKHR VkPerformanceCounterKHR::storage

Definition at line 9503 of file vulkan_core.h.

◆ sType

VkStructureType VkPerformanceCounterKHR::sType

Definition at line 9499 of file vulkan_core.h.

◆ unit

VkPerformanceCounterUnitKHR VkPerformanceCounterKHR::unit

Definition at line 9501 of file vulkan_core.h.

◆ uuid

uint8_t VkPerformanceCounterKHR::uuid[16U]

Definition at line 9504 of file vulkan_core.h.


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