Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyAccelerationStructureToMemoryInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyAccelerationStructureToMemoryInfoKHR |
const void * | pNext = {} |
vk::AccelerationStructureKHR | src = {} |
vk::DeviceOrHostAddressKHR | dst = {} |
vk::CopyAccelerationStructureModeKHR | mode = vk::CopyAccelerationStructureModeKHR::eClone |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyAccelerationStructureToMemoryInfoKHR |
Definition at line 17057 of file vulkan_structs.hpp.
using vk::CopyAccelerationStructureToMemoryInfoKHR::NativeType = VkCopyAccelerationStructureToMemoryInfoKHR |
Definition at line 17059 of file vulkan_structs.hpp.
|
inline |
Definition at line 17065 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17079 of file vulkan_structs.hpp.
|
inline |
Definition at line 17125 of file vulkan_structs.hpp.
|
inline |
Definition at line 17120 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 17087 of file vulkan_structs.hpp.
|
inline |
Definition at line 17106 of file vulkan_structs.hpp.
|
inline |
Definition at line 17113 of file vulkan_structs.hpp.
|
inline |
Definition at line 17094 of file vulkan_structs.hpp.
|
inline |
Definition at line 17100 of file vulkan_structs.hpp.
|
static |
Definition at line 17061 of file vulkan_structs.hpp.
vk::DeviceOrHostAddressKHR vk::CopyAccelerationStructureToMemoryInfoKHR::dst = {} |
Definition at line 17150 of file vulkan_structs.hpp.
vk::CopyAccelerationStructureModeKHR vk::CopyAccelerationStructureToMemoryInfoKHR::mode = vk::CopyAccelerationStructureModeKHR::eClone |
Definition at line 17151 of file vulkan_structs.hpp.
const void* vk::CopyAccelerationStructureToMemoryInfoKHR::pNext = {} |
Definition at line 17148 of file vulkan_structs.hpp.
vk::AccelerationStructureKHR vk::CopyAccelerationStructureToMemoryInfoKHR::src = {} |
Definition at line 17149 of file vulkan_structs.hpp.
|
static |
Definition at line 17062 of file vulkan_structs.hpp.
vk::StructureType vk::CopyAccelerationStructureToMemoryInfoKHR::sType = StructureType::eCopyAccelerationStructureToMemoryInfoKHR |
Definition at line 17147 of file vulkan_structs.hpp.