SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
uint32_t | binding |
DescriptorType | descriptorType |
uint32_t | descriptorCount |
ShaderStageFlags | stageFlags |
const Sampler * | pImmutableSamplers |
Definition at line 22961 of file vulkan.hpp.
|
inline |
Definition at line 22963 of file vulkan.hpp.
|
inline |
Definition at line 22976 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 23021 of file vulkan.hpp.
|
inline |
Definition at line 23016 of file vulkan.hpp.
|
inline |
Definition at line 23035 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 23026 of file vulkan.hpp.
References binding, descriptorCount, descriptorType, pImmutableSamplers, and stageFlags.
Referenced by operator!=().
|
inline |
Definition at line 22986 of file vulkan.hpp.
References binding.
|
inline |
Definition at line 22998 of file vulkan.hpp.
References descriptorCount.
|
inline |
Definition at line 22992 of file vulkan.hpp.
References descriptorType.
|
inline |
Definition at line 23010 of file vulkan.hpp.
References pImmutableSamplers.
|
inline |
Definition at line 23004 of file vulkan.hpp.
References stageFlags.
uint32_t VULKAN_HPP_NAMESPACE::DescriptorSetLayoutBinding::binding |
Definition at line 23040 of file vulkan.hpp.
Referenced by operator==(), and setBinding().
uint32_t VULKAN_HPP_NAMESPACE::DescriptorSetLayoutBinding::descriptorCount |
Definition at line 23042 of file vulkan.hpp.
Referenced by operator==(), and setDescriptorCount().
DescriptorType VULKAN_HPP_NAMESPACE::DescriptorSetLayoutBinding::descriptorType |
Definition at line 23041 of file vulkan.hpp.
Referenced by operator==(), and setDescriptorType().
const Sampler* VULKAN_HPP_NAMESPACE::DescriptorSetLayoutBinding::pImmutableSamplers |
Definition at line 23044 of file vulkan.hpp.
Referenced by operator==(), and setPImmutableSamplers().
ShaderStageFlags VULKAN_HPP_NAMESPACE::DescriptorSetLayoutBinding::stageFlags |
Definition at line 23043 of file vulkan.hpp.
Referenced by operator==(), and setStageFlags().