Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkShaderStageFlags | shaderStageMask |
VkShaderResourceUsageAMD | resourceUsage |
uint32_t | numPhysicalVgprs |
uint32_t | numPhysicalSgprs |
uint32_t | numAvailableVgprs |
uint32_t | numAvailableSgprs |
uint32_t | computeWorkGroupSize [3] |
Definition at line 12521 of file vulkan_core.h.
uint32_t VkShaderStatisticsInfoAMD::computeWorkGroupSize[3] |
Definition at line 12528 of file vulkan_core.h.
uint32_t VkShaderStatisticsInfoAMD::numAvailableSgprs |
Definition at line 12527 of file vulkan_core.h.
uint32_t VkShaderStatisticsInfoAMD::numAvailableVgprs |
Definition at line 12526 of file vulkan_core.h.
uint32_t VkShaderStatisticsInfoAMD::numPhysicalSgprs |
Definition at line 12525 of file vulkan_core.h.
uint32_t VkShaderStatisticsInfoAMD::numPhysicalVgprs |
Definition at line 12524 of file vulkan_core.h.
VkShaderResourceUsageAMD VkShaderStatisticsInfoAMD::resourceUsage |
Definition at line 12523 of file vulkan_core.h.
VkShaderStageFlags VkShaderStatisticsInfoAMD::shaderStageMask |
Definition at line 12522 of file vulkan_core.h.