SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkShaderStatisticsInfoAMD const & () const | |
operator VkShaderStatisticsInfoAMD & () | |
bool | operator== (ShaderStatisticsInfoAMD const &rhs) const |
bool | operator!= (ShaderStatisticsInfoAMD const &rhs) const |
Definition at line 23315 of file vulkan.hpp.
|
inline |
Definition at line 23322 of file vulkan.hpp.
|
inline |
Definition at line 23317 of file vulkan.hpp.
|
inline |
Definition at line 23338 of file vulkan.hpp.
|
inline |
Definition at line 23327 of file vulkan.hpp.
References computeWorkGroupSize, numAvailableSgprs, numAvailableVgprs, numPhysicalSgprs, numPhysicalVgprs, resourceUsage, and shaderStageMask.
uint32_t VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::computeWorkGroupSize[3] |
Definition at line 23349 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::numAvailableSgprs |
Definition at line 23348 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::numAvailableVgprs |
Definition at line 23347 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::numPhysicalSgprs |
Definition at line 23346 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::numPhysicalVgprs |
Definition at line 23345 of file vulkan.hpp.
Referenced by operator==().
ShaderResourceUsageAMD VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::resourceUsage |
Definition at line 23344 of file vulkan.hpp.
Referenced by operator==().
ShaderStageFlags VULKAN_HPP_NAMESPACE::ShaderStatisticsInfoAMD::shaderStageMask |
Definition at line 23343 of file vulkan.hpp.
Referenced by operator==().