SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
DescriptorSet | dstSet |
uint32_t | dstBinding |
uint32_t | dstArrayElement |
uint32_t | descriptorCount |
DescriptorType | descriptorType |
const DescriptorImageInfo * | pImageInfo |
const DescriptorBufferInfo * | pBufferInfo |
const BufferView * | pTexelBufferView |
Private Attributes | |
StructureType | sType = StructureType::eWriteDescriptorSet |
Definition at line 9860 of file vulkan.hpp.
|
inline |
Definition at line 9862 of file vulkan.hpp.
|
inline |
Definition at line 9881 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 9950 of file vulkan.hpp.
|
inline |
Definition at line 9945 of file vulkan.hpp.
|
inline |
Definition at line 9969 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 9886 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 9955 of file vulkan.hpp.
References descriptorCount, descriptorType, dstArrayElement, dstBinding, dstSet, pBufferInfo, pImageInfo, pNext, pTexelBufferView, and sType.
Referenced by operator!=().
|
inline |
Definition at line 9915 of file vulkan.hpp.
References descriptorCount.
|
inline |
Definition at line 9921 of file vulkan.hpp.
References descriptorType.
|
inline |
Definition at line 9909 of file vulkan.hpp.
References dstArrayElement.
|
inline |
Definition at line 9903 of file vulkan.hpp.
References dstBinding.
|
inline |
Definition at line 9897 of file vulkan.hpp.
References dstSet.
|
inline |
Definition at line 9933 of file vulkan.hpp.
References pBufferInfo.
|
inline |
Definition at line 9927 of file vulkan.hpp.
References pImageInfo.
|
inline |
Definition at line 9891 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 9939 of file vulkan.hpp.
References pTexelBufferView.
uint32_t VULKAN_HPP_NAMESPACE::WriteDescriptorSet::descriptorCount |
Definition at line 9982 of file vulkan.hpp.
Referenced by operator==(), and setDescriptorCount().
DescriptorType VULKAN_HPP_NAMESPACE::WriteDescriptorSet::descriptorType |
Definition at line 9983 of file vulkan.hpp.
Referenced by operator==(), and setDescriptorType().
uint32_t VULKAN_HPP_NAMESPACE::WriteDescriptorSet::dstArrayElement |
Definition at line 9981 of file vulkan.hpp.
Referenced by operator==(), and setDstArrayElement().
uint32_t VULKAN_HPP_NAMESPACE::WriteDescriptorSet::dstBinding |
Definition at line 9980 of file vulkan.hpp.
Referenced by operator==(), and setDstBinding().
DescriptorSet VULKAN_HPP_NAMESPACE::WriteDescriptorSet::dstSet |
Definition at line 9979 of file vulkan.hpp.
Referenced by operator==(), and setDstSet().
const DescriptorBufferInfo* VULKAN_HPP_NAMESPACE::WriteDescriptorSet::pBufferInfo |
Definition at line 9985 of file vulkan.hpp.
Referenced by operator==(), and setPBufferInfo().
const DescriptorImageInfo* VULKAN_HPP_NAMESPACE::WriteDescriptorSet::pImageInfo |
Definition at line 9984 of file vulkan.hpp.
Referenced by operator==(), and setPImageInfo().
const void* VULKAN_HPP_NAMESPACE::WriteDescriptorSet::pNext = nullptr |
Definition at line 9978 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const BufferView* VULKAN_HPP_NAMESPACE::WriteDescriptorSet::pTexelBufferView |
Definition at line 9986 of file vulkan.hpp.
Referenced by operator==(), and setPTexelBufferView().
|
private |
Definition at line 9975 of file vulkan.hpp.
Referenced by operator==().