Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAccelerationStructureCreateInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eAccelerationStructureCreateInfoKHR |
const void * | pNext = {} |
vk::AccelerationStructureCreateFlagsKHR | createFlags = {} |
vk::Buffer | buffer = {} |
vk::DeviceSize | offset = {} |
vk::DeviceSize | size = {} |
vk::AccelerationStructureTypeKHR | type = vk::AccelerationStructureTypeKHR::eTopLevel |
vk::DeviceAddress | deviceAddress = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eAccelerationStructureCreateInfoKHR |
Definition at line 1291 of file vulkan_structs.hpp.
Definition at line 1293 of file vulkan_structs.hpp.
|
inline |
Definition at line 1299 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 1319 of file vulkan_structs.hpp.
|
inline |
Definition at line 1383 of file vulkan_structs.hpp.
|
inline |
Definition at line 1378 of file vulkan_structs.hpp.
|
inline |
Definition at line 1420 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 1327 of file vulkan_structs.hpp.
|
inline |
Definition at line 1410 of file vulkan_structs.hpp.
|
inline |
Definition at line 1347 of file vulkan_structs.hpp.
|
inline |
Definition at line 1341 of file vulkan_structs.hpp.
|
inline |
Definition at line 1371 of file vulkan_structs.hpp.
|
inline |
Definition at line 1353 of file vulkan_structs.hpp.
|
inline |
Definition at line 1334 of file vulkan_structs.hpp.
|
inline |
Definition at line 1359 of file vulkan_structs.hpp.
|
inline |
Definition at line 1365 of file vulkan_structs.hpp.
|
static |
Definition at line 1295 of file vulkan_structs.hpp.
vk::Buffer vk::AccelerationStructureCreateInfoKHR::buffer = {} |
Definition at line 1430 of file vulkan_structs.hpp.
vk::AccelerationStructureCreateFlagsKHR vk::AccelerationStructureCreateInfoKHR::createFlags = {} |
Definition at line 1429 of file vulkan_structs.hpp.
vk::DeviceAddress vk::AccelerationStructureCreateInfoKHR::deviceAddress = {} |
Definition at line 1434 of file vulkan_structs.hpp.
vk::DeviceSize vk::AccelerationStructureCreateInfoKHR::offset = {} |
Definition at line 1431 of file vulkan_structs.hpp.
const void* vk::AccelerationStructureCreateInfoKHR::pNext = {} |
Definition at line 1428 of file vulkan_structs.hpp.
vk::DeviceSize vk::AccelerationStructureCreateInfoKHR::size = {} |
Definition at line 1432 of file vulkan_structs.hpp.
|
static |
Definition at line 1296 of file vulkan_structs.hpp.
vk::StructureType vk::AccelerationStructureCreateInfoKHR::sType = StructureType::eAccelerationStructureCreateInfoKHR |
Definition at line 1427 of file vulkan_structs.hpp.
vk::AccelerationStructureTypeKHR vk::AccelerationStructureCreateInfoKHR::type = vk::AccelerationStructureTypeKHR::eTopLevel |
Definition at line 1433 of file vulkan_structs.hpp.