#include <vulkan.hpp>
Definition at line 14348 of file vulkan.hpp.
◆ BindImageMemoryInfo() [1/2]
◆ BindImageMemoryInfo() [2/2]
Definition at line 14359 of file vulkan.hpp.
14360 {
14362 }
BindImageMemoryInfo(Image image_=Image(), DeviceMemory memory_=DeviceMemory(), DeviceSize memoryOffset_=0)
References memcpy.
◆ operator VkBindImageMemoryInfo &()
◆ operator VkBindImageMemoryInfo const &()
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::operator!= |
( |
BindImageMemoryInfo const & |
rhs | ) |
const |
|
inline |
Definition at line 14412 of file vulkan.hpp.
14413 {
14415 }
bool operator==(BindImageMemoryInfo const &rhs) const
References operator==().
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::operator== |
( |
BindImageMemoryInfo const & |
rhs | ) |
const |
|
inline |
◆ setImage()
Definition at line 14375 of file vulkan.hpp.
14376 {
14378 return *this;
14379 }
◆ setMemory()
Definition at line 14381 of file vulkan.hpp.
14382 {
14384 return *this;
14385 }
◆ setMemoryOffset()
◆ setPNext()
◆ image
Image VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::image |
◆ memory
DeviceMemory VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memory |
◆ memoryOffset
DeviceSize VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memoryOffset |
◆ pNext
const void* VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::pNext = nullptr |
◆ sType
The documentation for this struct was generated from the following file: