ReactOS 0.4.17-dev-934-g091855f
VkPerformanceCounterKHR Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPerformanceCounterKHR:

Public Attributes

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

Detailed Description

Definition at line 9684 of file vulkan.h.

Member Data Documentation

◆ pNext

void* VkPerformanceCounterKHR::pNext

Definition at line 9687 of file vulkan.h.

◆ scope

VkPerformanceCounterScopeKHR VkPerformanceCounterKHR::scope

Definition at line 9689 of file vulkan.h.

◆ storage

VkPerformanceCounterStorageKHR VkPerformanceCounterKHR::storage

Definition at line 9690 of file vulkan.h.

◆ sType

VkStructureType VkPerformanceCounterKHR::sType

Definition at line 9686 of file vulkan.h.

◆ unit

VkPerformanceCounterUnitKHR VkPerformanceCounterKHR::unit

Definition at line 9688 of file vulkan.h.

◆ uuid

uint8_t VkPerformanceCounterKHR::uuid[VK_UUID_SIZE]

Definition at line 9691 of file vulkan.h.


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