Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDescriptorSetLayoutBinding |
Public Attributes | |
uint32_t | binding = {} |
vk::DescriptorType | descriptorType = vk::DescriptorType::eSampler |
uint32_t | descriptorCount = {} |
vk::ShaderStageFlags | stageFlags = {} |
const vk::Sampler * | pImmutableSamplers = {} |
Definition at line 24825 of file vulkan_structs.hpp.
Definition at line 24827 of file vulkan_structs.hpp.
|
inline |
Definition at line 24830 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 24845 of file vulkan_structs.hpp.
|
inline |
Definition at line 24851 of file vulkan_structs.hpp.
|
inline |
Definition at line 24920 of file vulkan_structs.hpp.
|
inline |
Definition at line 24915 of file vulkan_structs.hpp.
|
inline |
Definition at line 24954 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 24867 of file vulkan_structs.hpp.
|
inline |
Definition at line 24944 of file vulkan_structs.hpp.
|
inline |
Definition at line 24874 of file vulkan_structs.hpp.
|
inline |
Definition at line 24886 of file vulkan_structs.hpp.
|
inline |
Definition at line 24880 of file vulkan_structs.hpp.
|
inline |
Definition at line 24906 of file vulkan_structs.hpp.
|
inline |
Definition at line 24898 of file vulkan_structs.hpp.
|
inline |
Definition at line 24892 of file vulkan_structs.hpp.
uint32_t vk::DescriptorSetLayoutBinding::binding = {} |
Definition at line 24961 of file vulkan_structs.hpp.
uint32_t vk::DescriptorSetLayoutBinding::descriptorCount = {} |
Definition at line 24963 of file vulkan_structs.hpp.
vk::DescriptorType vk::DescriptorSetLayoutBinding::descriptorType = vk::DescriptorType::eSampler |
Definition at line 24962 of file vulkan_structs.hpp.
const vk::Sampler* vk::DescriptorSetLayoutBinding::pImmutableSamplers = {} |
Definition at line 24965 of file vulkan_structs.hpp.
vk::ShaderStageFlags vk::DescriptorSetLayoutBinding::stageFlags = {} |
Definition at line 24964 of file vulkan_structs.hpp.