Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBindImageMemoryInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eBindImageMemoryInfo |
const void * | pNext = {} |
vk::Image | image = {} |
vk::DeviceMemory | memory = {} |
vk::DeviceSize | memoryOffset = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eBindImageMemoryInfo |
Definition at line 8175 of file vulkan_structs.hpp.
Definition at line 8177 of file vulkan_structs.hpp.
|
inline |
Definition at line 8183 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 8196 of file vulkan_structs.hpp.
|
inline |
Definition at line 8240 of file vulkan_structs.hpp.
|
inline |
Definition at line 8235 of file vulkan_structs.hpp.
|
inline |
Definition at line 8273 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 8203 of file vulkan_structs.hpp.
|
inline |
Definition at line 8264 of file vulkan_structs.hpp.
|
inline |
Definition at line 8216 of file vulkan_structs.hpp.
|
inline |
Definition at line 8222 of file vulkan_structs.hpp.
|
inline |
Definition at line 8228 of file vulkan_structs.hpp.
|
inline |
Definition at line 8210 of file vulkan_structs.hpp.
|
static |
Definition at line 8179 of file vulkan_structs.hpp.
vk::Image vk::BindImageMemoryInfo::image = {} |
Definition at line 8282 of file vulkan_structs.hpp.
vk::DeviceMemory vk::BindImageMemoryInfo::memory = {} |
Definition at line 8283 of file vulkan_structs.hpp.
vk::DeviceSize vk::BindImageMemoryInfo::memoryOffset = {} |
Definition at line 8284 of file vulkan_structs.hpp.
const void* vk::BindImageMemoryInfo::pNext = {} |
Definition at line 8281 of file vulkan_structs.hpp.
|
static |
Definition at line 8180 of file vulkan_structs.hpp.
vk::StructureType vk::BindImageMemoryInfo::sType = StructureType::eBindImageMemoryInfo |
Definition at line 8280 of file vulkan_structs.hpp.