Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPushConstantsInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::ePushConstantsInfoKHR |
const void * | pNext = {} |
vk::PipelineLayout | layout = {} |
vk::ShaderStageFlags | stageFlags = {} |
uint32_t | offset = {} |
uint32_t | size = {} |
const void * | pValues = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePushConstantsInfoKHR |
Definition at line 96820 of file vulkan_structs.hpp.
Definition at line 96822 of file vulkan_structs.hpp.
|
inline |
Definition at line 96828 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 96845 of file vulkan_structs.hpp.
|
inline |
Definition at line 96852 of file vulkan_structs.hpp.
|
inline |
Definition at line 96929 of file vulkan_structs.hpp.
|
inline |
Definition at line 96924 of file vulkan_structs.hpp.
|
inline |
Definition at line 96965 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 96870 of file vulkan_structs.hpp.
|
inline |
Definition at line 96955 of file vulkan_structs.hpp.
|
inline |
Definition at line 96883 of file vulkan_structs.hpp.
|
inline |
Definition at line 96895 of file vulkan_structs.hpp.
|
inline |
Definition at line 96877 of file vulkan_structs.hpp.
|
inline |
Definition at line 96907 of file vulkan_structs.hpp.
|
inline |
Definition at line 96901 of file vulkan_structs.hpp.
|
inline |
Definition at line 96889 of file vulkan_structs.hpp.
|
inline |
Definition at line 96915 of file vulkan_structs.hpp.
|
static |
Definition at line 96824 of file vulkan_structs.hpp.
vk::PipelineLayout vk::PushConstantsInfoKHR::layout = {} |
Definition at line 96974 of file vulkan_structs.hpp.
uint32_t vk::PushConstantsInfoKHR::offset = {} |
Definition at line 96976 of file vulkan_structs.hpp.
const void* vk::PushConstantsInfoKHR::pNext = {} |
Definition at line 96973 of file vulkan_structs.hpp.
const void* vk::PushConstantsInfoKHR::pValues = {} |
Definition at line 96978 of file vulkan_structs.hpp.
uint32_t vk::PushConstantsInfoKHR::size = {} |
Definition at line 96977 of file vulkan_structs.hpp.
vk::ShaderStageFlags vk::PushConstantsInfoKHR::stageFlags = {} |
Definition at line 96975 of file vulkan_structs.hpp.
|
static |
Definition at line 96825 of file vulkan_structs.hpp.
vk::StructureType vk::PushConstantsInfoKHR::sType = StructureType::ePushConstantsInfoKHR |
Definition at line 96972 of file vulkan_structs.hpp.