Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBufferViewCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eBufferViewCreateInfo |
const void * | pNext = {} |
vk::BufferViewCreateFlags | flags = {} |
vk::Buffer | buffer = {} |
vk::Format | format = vk::Format::eUndefined |
vk::DeviceSize | offset = {} |
vk::DeviceSize | range = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eBufferViewCreateInfo |
Definition at line 13234 of file vulkan_structs.hpp.
Definition at line 13236 of file vulkan_structs.hpp.
|
inline |
Definition at line 13242 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13259 of file vulkan_structs.hpp.
|
inline |
Definition at line 13316 of file vulkan_structs.hpp.
|
inline |
Definition at line 13311 of file vulkan_structs.hpp.
|
inline |
Definition at line 13352 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13267 of file vulkan_structs.hpp.
|
inline |
Definition at line 13342 of file vulkan_structs.hpp.
|
inline |
Definition at line 13286 of file vulkan_structs.hpp.
|
inline |
Definition at line 13280 of file vulkan_structs.hpp.
|
inline |
Definition at line 13292 of file vulkan_structs.hpp.
|
inline |
Definition at line 13298 of file vulkan_structs.hpp.
|
inline |
Definition at line 13274 of file vulkan_structs.hpp.
|
inline |
Definition at line 13304 of file vulkan_structs.hpp.
|
static |
Definition at line 13238 of file vulkan_structs.hpp.
vk::Buffer vk::BufferViewCreateInfo::buffer = {} |
Definition at line 13362 of file vulkan_structs.hpp.
vk::BufferViewCreateFlags vk::BufferViewCreateInfo::flags = {} |
Definition at line 13361 of file vulkan_structs.hpp.
vk::Format vk::BufferViewCreateInfo::format = vk::Format::eUndefined |
Definition at line 13363 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferViewCreateInfo::offset = {} |
Definition at line 13364 of file vulkan_structs.hpp.
const void* vk::BufferViewCreateInfo::pNext = {} |
Definition at line 13360 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferViewCreateInfo::range = {} |
Definition at line 13365 of file vulkan_structs.hpp.
|
static |
Definition at line 13239 of file vulkan_structs.hpp.
vk::StructureType vk::BufferViewCreateInfo::sType = StructureType::eBufferViewCreateInfo |
Definition at line 13359 of file vulkan_structs.hpp.