Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPushDescriptorSetInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::ePushDescriptorSetInfoKHR |
const void * | pNext = {} |
vk::ShaderStageFlags | stageFlags = {} |
vk::PipelineLayout | layout = {} |
uint32_t | set = {} |
uint32_t | descriptorWriteCount = {} |
const vk::WriteDescriptorSet * | pDescriptorWrites = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePushDescriptorSetInfoKHR |
Definition at line 97218 of file vulkan_structs.hpp.
Definition at line 97220 of file vulkan_structs.hpp.
|
inline |
Definition at line 97226 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 97243 of file vulkan_structs.hpp.
|
inline |
Definition at line 97249 of file vulkan_structs.hpp.
|
inline |
Definition at line 97327 of file vulkan_structs.hpp.
|
inline |
Definition at line 97322 of file vulkan_structs.hpp.
|
inline |
Definition at line 97363 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 97267 of file vulkan_structs.hpp.
|
inline |
Definition at line 97353 of file vulkan_structs.hpp.
|
inline |
Definition at line 97298 of file vulkan_structs.hpp.
|
inline |
Definition at line 97312 of file vulkan_structs.hpp.
|
inline |
Definition at line 97286 of file vulkan_structs.hpp.
|
inline |
Definition at line 97305 of file vulkan_structs.hpp.
|
inline |
Definition at line 97274 of file vulkan_structs.hpp.
|
inline |
Definition at line 97292 of file vulkan_structs.hpp.
|
inline |
Definition at line 97280 of file vulkan_structs.hpp.
|
static |
Definition at line 97222 of file vulkan_structs.hpp.
uint32_t vk::PushDescriptorSetInfoKHR::descriptorWriteCount = {} |
Definition at line 97375 of file vulkan_structs.hpp.
vk::PipelineLayout vk::PushDescriptorSetInfoKHR::layout = {} |
Definition at line 97373 of file vulkan_structs.hpp.
const vk::WriteDescriptorSet* vk::PushDescriptorSetInfoKHR::pDescriptorWrites = {} |
Definition at line 97376 of file vulkan_structs.hpp.
const void* vk::PushDescriptorSetInfoKHR::pNext = {} |
Definition at line 97371 of file vulkan_structs.hpp.
uint32_t vk::PushDescriptorSetInfoKHR::set = {} |
Definition at line 97374 of file vulkan_structs.hpp.
vk::ShaderStageFlags vk::PushDescriptorSetInfoKHR::stageFlags = {} |
Definition at line 97372 of file vulkan_structs.hpp.
|
static |
Definition at line 97223 of file vulkan_structs.hpp.
vk::StructureType vk::PushDescriptorSetInfoKHR::sType = StructureType::ePushDescriptorSetInfoKHR |
Definition at line 97370 of file vulkan_structs.hpp.