Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPerformanceValueDataINTEL |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR_14 | PerformanceValueDataINTEL (uint32_t value32_={}) |
VULKAN_HPP_CONSTEXPR_14 | PerformanceValueDataINTEL (uint64_t value64_) |
VULKAN_HPP_CONSTEXPR_14 | PerformanceValueDataINTEL (float valueFloat_) |
VULKAN_HPP_CONSTEXPR_14 | PerformanceValueDataINTEL (const char *valueString_) |
VULKAN_HPP_CONSTEXPR_14 PerformanceValueDataINTEL & | setValue32 (uint32_t value32_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PerformanceValueDataINTEL & | setValue64 (uint64_t value64_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PerformanceValueDataINTEL & | setValueFloat (float valueFloat_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PerformanceValueDataINTEL & | setValueBool (vk::Bool32 valueBool_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 PerformanceValueDataINTEL & | setValueString (const char *valueString_) VULKAN_HPP_NOEXCEPT |
operator VkPerformanceValueDataINTEL const & () const | |
operator VkPerformanceValueDataINTEL & () | |
Public Attributes | |
uint32_t | value32 |
uint64_t | value64 |
float | valueFloat |
VkBool32 | valueBool |
const char * | valueString |
Definition at line 55942 of file vulkan_structs.hpp.
Definition at line 55944 of file vulkan_structs.hpp.
|
inline |
Definition at line 55947 of file vulkan_structs.hpp.
|
inline |
Definition at line 55949 of file vulkan_structs.hpp.
|
inline |
Definition at line 55951 of file vulkan_structs.hpp.
|
inline |
Definition at line 55953 of file vulkan_structs.hpp.
|
inline |
Definition at line 55993 of file vulkan_structs.hpp.
|
inline |
Definition at line 55988 of file vulkan_structs.hpp.
|
inline |
Definition at line 55957 of file vulkan_structs.hpp.
|
inline |
Definition at line 55963 of file vulkan_structs.hpp.
|
inline |
Definition at line 55975 of file vulkan_structs.hpp.
|
inline |
Definition at line 55969 of file vulkan_structs.hpp.
|
inline |
Definition at line 55981 of file vulkan_structs.hpp.
uint32_t vk::PerformanceValueDataINTEL::value32 |
Definition at line 56005 of file vulkan_structs.hpp.
uint64_t vk::PerformanceValueDataINTEL::value64 |
Definition at line 56006 of file vulkan_structs.hpp.
VkBool32 vk::PerformanceValueDataINTEL::valueBool |
Definition at line 56008 of file vulkan_structs.hpp.
float vk::PerformanceValueDataINTEL::valueFloat |
Definition at line 56007 of file vulkan_structs.hpp.
const char* vk::PerformanceValueDataINTEL::valueString |
Definition at line 56009 of file vulkan_structs.hpp.