|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::DescriptorBufferInfo:Public Member Functions | |
| DescriptorBufferInfo (Buffer buffer_=Buffer(), DeviceSize offset_=0, DeviceSize range_=0) | |
| DescriptorBufferInfo (VkDescriptorBufferInfo const &rhs) | |
| DescriptorBufferInfo & | operator= (VkDescriptorBufferInfo const &rhs) |
| DescriptorBufferInfo & | setBuffer (Buffer buffer_) |
| DescriptorBufferInfo & | setOffset (DeviceSize offset_) |
| DescriptorBufferInfo & | setRange (DeviceSize range_) |
| operator VkDescriptorBufferInfo const & () const | |
| operator VkDescriptorBufferInfo & () | |
| bool | operator== (DescriptorBufferInfo const &rhs) const |
| bool | operator!= (DescriptorBufferInfo const &rhs) const |
Data Fields | |
| Buffer | buffer |
| DeviceSize | offset |
| DeviceSize | range |
Definition at line 5762 of file vulkan.hpp.
|
inline |
Definition at line 5764 of file vulkan.hpp.
|
inline |
Definition at line 5773 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5806 of file vulkan.hpp.
|
inline |
Definition at line 5801 of file vulkan.hpp.
|
inline |
Definition at line 5818 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 5778 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5811 of file vulkan.hpp.
References buffer, offset, and range.
Referenced by operator!=().
|
inline |
Definition at line 5783 of file vulkan.hpp.
|
inline |
Definition at line 5789 of file vulkan.hpp.
|
inline |
Definition at line 5795 of file vulkan.hpp.
| Buffer VULKAN_HPP_NAMESPACE::DescriptorBufferInfo::buffer |
Definition at line 5823 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::DescriptorBufferInfo::offset |
Definition at line 5824 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::DescriptorBufferInfo::range |
Definition at line 5825 of file vulkan.hpp.
Referenced by operator==().