|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo:Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eBindBufferMemoryInfo |
| const void * | pNext = {} |
| VULKAN_HPP_NAMESPACE::Buffer | buffer = {} |
| VULKAN_HPP_NAMESPACE::DeviceMemory | memory = {} |
| VULKAN_HPP_NAMESPACE::DeviceSize | memoryOffset = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eBindBufferMemoryInfo |
Definition at line 19596 of file vulkan.hpp.
|
inline |
Definition at line 19602 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 19608 of file vulkan.hpp.
|
inline |
Definition at line 19656 of file vulkan.hpp.
|
inline |
Definition at line 19651 of file vulkan.hpp.
|
inline |
Definition at line 19674 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 19620 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 19614 of file vulkan.hpp.
|
inline |
Definition at line 19665 of file vulkan.hpp.
|
inline |
Definition at line 19632 of file vulkan.hpp.
|
inline |
Definition at line 19638 of file vulkan.hpp.
|
inline |
Definition at line 19644 of file vulkan.hpp.
|
inline |
Definition at line 19626 of file vulkan.hpp.
|
static |
Definition at line 19598 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::buffer = {} |
Definition at line 19685 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::DeviceMemory VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::memory = {} |
Definition at line 19686 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::memoryOffset = {} |
Definition at line 19687 of file vulkan.hpp.
| const void* VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::pNext = {} |
Definition at line 19684 of file vulkan.hpp.
|
static |
Definition at line 19599 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::sType = StructureType::eBindBufferMemoryInfo |
Definition at line 19683 of file vulkan.hpp.