Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBindBufferMemoryInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eBindBufferMemoryInfo |
const void * | pNext = {} |
vk::Buffer | buffer = {} |
vk::DeviceMemory | memory = {} |
vk::DeviceSize | memoryOffset = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eBindBufferMemoryInfo |
Definition at line 7403 of file vulkan_structs.hpp.
Definition at line 7405 of file vulkan_structs.hpp.
|
inline |
Definition at line 7411 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 7424 of file vulkan_structs.hpp.
|
inline |
Definition at line 7469 of file vulkan_structs.hpp.
|
inline |
Definition at line 7464 of file vulkan_structs.hpp.
|
inline |
Definition at line 7502 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 7432 of file vulkan_structs.hpp.
|
inline |
Definition at line 7493 of file vulkan_structs.hpp.
|
inline |
Definition at line 7445 of file vulkan_structs.hpp.
|
inline |
Definition at line 7451 of file vulkan_structs.hpp.
|
inline |
Definition at line 7457 of file vulkan_structs.hpp.
|
inline |
Definition at line 7439 of file vulkan_structs.hpp.
|
static |
Definition at line 7407 of file vulkan_structs.hpp.
vk::Buffer vk::BindBufferMemoryInfo::buffer = {} |
Definition at line 7511 of file vulkan_structs.hpp.
vk::DeviceMemory vk::BindBufferMemoryInfo::memory = {} |
Definition at line 7512 of file vulkan_structs.hpp.
vk::DeviceSize vk::BindBufferMemoryInfo::memoryOffset = {} |
Definition at line 7513 of file vulkan_structs.hpp.
const void* vk::BindBufferMemoryInfo::pNext = {} |
Definition at line 7510 of file vulkan_structs.hpp.
|
static |
Definition at line 7408 of file vulkan_structs.hpp.
vk::StructureType vk::BindBufferMemoryInfo::sType = StructureType::eBindBufferMemoryInfo |
Definition at line 7509 of file vulkan_structs.hpp.