Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBufferCopy |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | BufferCopy (vk::DeviceSize srcOffset_={}, vk::DeviceSize dstOffset_={}, vk::DeviceSize size_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | BufferCopy (BufferCopy const &rhs) VULKAN_HPP_NOEXCEPT=default |
BufferCopy (VkBufferCopy const &rhs) VULKAN_HPP_NOEXCEPT | |
BufferCopy & | operator= (BufferCopy const &rhs) VULKAN_HPP_NOEXCEPT=default |
BufferCopy & | operator= (VkBufferCopy const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 BufferCopy & | setSrcOffset (vk::DeviceSize srcOffset_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 BufferCopy & | setDstOffset (vk::DeviceSize dstOffset_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 BufferCopy & | setSize (vk::DeviceSize size_) VULKAN_HPP_NOEXCEPT |
operator VkBufferCopy const & () const VULKAN_HPP_NOEXCEPT | |
operator VkBufferCopy & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (BufferCopy const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (BufferCopy const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::DeviceSize | srcOffset = {} |
vk::DeviceSize | dstOffset = {} |
vk::DeviceSize | size = {} |
Definition at line 11915 of file vulkan_structs.hpp.
Definition at line 11917 of file vulkan_structs.hpp.
|
inline |
Definition at line 11920 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 11931 of file vulkan_structs.hpp.
|
inline |
Definition at line 11967 of file vulkan_structs.hpp.
|
inline |
Definition at line 11962 of file vulkan_structs.hpp.
|
inline |
Definition at line 11996 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 11936 of file vulkan_structs.hpp.
|
inline |
Definition at line 11987 of file vulkan_structs.hpp.
|
inline |
Definition at line 11949 of file vulkan_structs.hpp.
|
inline |
Definition at line 11955 of file vulkan_structs.hpp.
|
inline |
Definition at line 11943 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferCopy::dstOffset = {} |
Definition at line 12004 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferCopy::size = {} |
Definition at line 12005 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferCopy::srcOffset = {} |
Definition at line 12003 of file vulkan_structs.hpp.