Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineExecutablePropertiesKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineExecutablePropertiesKHR |
void * | pNext = {} |
vk::ShaderStageFlags | stages = {} |
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > | name = {} |
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > | description = {} |
uint32_t | subgroupSize = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineExecutablePropertiesKHR |
Definition at line 91644 of file vulkan_structs.hpp.
Definition at line 91646 of file vulkan_structs.hpp.
|
inline |
Definition at line 91652 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 91667 of file vulkan_structs.hpp.
|
inline |
Definition at line 91686 of file vulkan_structs.hpp.
|
inline |
Definition at line 91681 of file vulkan_structs.hpp.
|
inline |
Definition at line 91721 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 91675 of file vulkan_structs.hpp.
|
inline |
Definition at line 91711 of file vulkan_structs.hpp.
|
static |
Definition at line 91648 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::PipelineExecutablePropertiesKHR::description = {} |
Definition at line 91732 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::PipelineExecutablePropertiesKHR::name = {} |
Definition at line 91731 of file vulkan_structs.hpp.
void* vk::PipelineExecutablePropertiesKHR::pNext = {} |
Definition at line 91729 of file vulkan_structs.hpp.
vk::ShaderStageFlags vk::PipelineExecutablePropertiesKHR::stages = {} |
Definition at line 91730 of file vulkan_structs.hpp.
|
static |
Definition at line 91649 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineExecutablePropertiesKHR::sType = StructureType::ePipelineExecutablePropertiesKHR |
Definition at line 91728 of file vulkan_structs.hpp.
uint32_t vk::PipelineExecutablePropertiesKHR::subgroupSize = {} |
Definition at line 91733 of file vulkan_structs.hpp.