Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyMemoryToAccelerationStructureInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyMemoryToAccelerationStructureInfoKHR |
const void * | pNext = {} |
vk::DeviceOrHostAddressConstKHR | src = {} |
vk::AccelerationStructureKHR | dst = {} |
vk::CopyAccelerationStructureModeKHR | mode = vk::CopyAccelerationStructureModeKHR::eClone |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eCopyMemoryToAccelerationStructureInfoKHR |
Definition at line 18820 of file vulkan_structs.hpp.
using vk::CopyMemoryToAccelerationStructureInfoKHR::NativeType = VkCopyMemoryToAccelerationStructureInfoKHR |
Definition at line 18822 of file vulkan_structs.hpp.
|
inline |
Definition at line 18828 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18842 of file vulkan_structs.hpp.
|
inline |
Definition at line 18889 of file vulkan_structs.hpp.
|
inline |
Definition at line 18884 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 18850 of file vulkan_structs.hpp.
|
inline |
Definition at line 18870 of file vulkan_structs.hpp.
|
inline |
Definition at line 18877 of file vulkan_structs.hpp.
|
inline |
Definition at line 18857 of file vulkan_structs.hpp.
|
inline |
Definition at line 18864 of file vulkan_structs.hpp.
|
static |
Definition at line 18824 of file vulkan_structs.hpp.
vk::AccelerationStructureKHR vk::CopyMemoryToAccelerationStructureInfoKHR::dst = {} |
Definition at line 18914 of file vulkan_structs.hpp.
vk::CopyAccelerationStructureModeKHR vk::CopyMemoryToAccelerationStructureInfoKHR::mode = vk::CopyAccelerationStructureModeKHR::eClone |
Definition at line 18915 of file vulkan_structs.hpp.
const void* vk::CopyMemoryToAccelerationStructureInfoKHR::pNext = {} |
Definition at line 18912 of file vulkan_structs.hpp.
vk::DeviceOrHostAddressConstKHR vk::CopyMemoryToAccelerationStructureInfoKHR::src = {} |
Definition at line 18913 of file vulkan_structs.hpp.
|
static |
Definition at line 18825 of file vulkan_structs.hpp.
vk::StructureType vk::CopyMemoryToAccelerationStructureInfoKHR::sType = StructureType::eCopyMemoryToAccelerationStructureInfoKHR |
Definition at line 18911 of file vulkan_structs.hpp.