struct DescriptorBufferInfo
Defined at line 44942 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkDescriptorBufferInfo, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkDescriptorBufferInfo.html
Public Members
Buffer buffer
DeviceSize offset
DeviceSize range
Public Methods
void DescriptorBufferInfo (Bufferbuffer_,DeviceSizeoffset_,DeviceSizerange_)
Defined at line 44947 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DescriptorBufferInfo (const DescriptorBufferInfo & rhs)
Defined at line 44954 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DescriptorBufferInfo (const VkDescriptorBufferInfo & rhs)
Defined at line 44956 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo & operator= (const DescriptorBufferInfo & rhs)
Defined at line 44961 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo & operator= (const VkDescriptorBufferInfo & rhs)
Defined at line 44964 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo & setBuffer (Buffer buffer_)
Defined at line 44971 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo && setBuffer (Buffer buffer_)
Defined at line 44977 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo & setOffset (DeviceSize offset_)
Defined at line 44983 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo && setOffset (DeviceSize offset_)
Defined at line 44989 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo & setRange (DeviceSize range_)
Defined at line 44995 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DescriptorBufferInfo && setRange (DeviceSize range_)
Defined at line 45001 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkDescriptorBufferInfo & operator const VkDescriptorBufferInfo & ()
Defined at line 45008 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkDescriptorBufferInfo & operator VkDescriptorBufferInfo & ()
Defined at line 45013 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkDescriptorBufferInfo * operator const VkDescriptorBufferInfo * ()
Defined at line 45018 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkDescriptorBufferInfo * operator VkDescriptorBufferInfo * ()
Defined at line 45023 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const DescriptorBufferInfo & )
Defined at line 45036 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp