Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkCopyAccelerationStructureInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eCopyAccelerationStructureInfoKHR |
const void * | pNext = {} |
vk::AccelerationStructureKHR | 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::eCopyAccelerationStructureInfoKHR |
Definition at line 16937 of file vulkan_structs.hpp.
Definition at line 16939 of file vulkan_structs.hpp.
|
inline |
Definition at line 16945 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16959 of file vulkan_structs.hpp.
|
inline |
Definition at line 17004 of file vulkan_structs.hpp.
|
inline |
Definition at line 16999 of file vulkan_structs.hpp.
|
inline |
Definition at line 17037 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 16967 of file vulkan_structs.hpp.
|
inline |
Definition at line 17028 of file vulkan_structs.hpp.
|
inline |
Definition at line 16986 of file vulkan_structs.hpp.
|
inline |
Definition at line 16992 of file vulkan_structs.hpp.
|
inline |
Definition at line 16974 of file vulkan_structs.hpp.
|
inline |
Definition at line 16980 of file vulkan_structs.hpp.
|
static |
Definition at line 16941 of file vulkan_structs.hpp.
vk::AccelerationStructureKHR vk::CopyAccelerationStructureInfoKHR::dst = {} |
Definition at line 17047 of file vulkan_structs.hpp.
vk::CopyAccelerationStructureModeKHR vk::CopyAccelerationStructureInfoKHR::mode = vk::CopyAccelerationStructureModeKHR::eClone |
Definition at line 17048 of file vulkan_structs.hpp.
const void* vk::CopyAccelerationStructureInfoKHR::pNext = {} |
Definition at line 17045 of file vulkan_structs.hpp.
vk::AccelerationStructureKHR vk::CopyAccelerationStructureInfoKHR::src = {} |
Definition at line 17046 of file vulkan_structs.hpp.
|
static |
Definition at line 16942 of file vulkan_structs.hpp.
vk::StructureType vk::CopyAccelerationStructureInfoKHR::sType = StructureType::eCopyAccelerationStructureInfoKHR |
Definition at line 17044 of file vulkan_structs.hpp.