Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAccelerationStructureGeometryKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eAccelerationStructureGeometryKHR |
const void * | pNext = {} |
vk::GeometryTypeKHR | geometryType = vk::GeometryTypeKHR::eTriangles |
vk::AccelerationStructureGeometryDataKHR | geometry = {} |
vk::GeometryFlagsKHR | flags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eAccelerationStructureGeometryKHR |
Definition at line 576 of file vulkan_structs.hpp.
Definition at line 578 of file vulkan_structs.hpp.
|
inline |
Definition at line 585 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 598 of file vulkan_structs.hpp.
|
inline |
Definition at line 644 of file vulkan_structs.hpp.
|
inline |
Definition at line 639 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 606 of file vulkan_structs.hpp.
|
inline |
Definition at line 632 of file vulkan_structs.hpp.
|
inline |
Definition at line 626 of file vulkan_structs.hpp.
|
inline |
Definition at line 619 of file vulkan_structs.hpp.
|
inline |
Definition at line 613 of file vulkan_structs.hpp.
|
static |
Definition at line 580 of file vulkan_structs.hpp.
vk::GeometryFlagsKHR vk::AccelerationStructureGeometryKHR::flags = {} |
Definition at line 670 of file vulkan_structs.hpp.
vk::AccelerationStructureGeometryDataKHR vk::AccelerationStructureGeometryKHR::geometry = {} |
Definition at line 669 of file vulkan_structs.hpp.
vk::GeometryTypeKHR vk::AccelerationStructureGeometryKHR::geometryType = vk::GeometryTypeKHR::eTriangles |
Definition at line 668 of file vulkan_structs.hpp.
const void* vk::AccelerationStructureGeometryKHR::pNext = {} |
Definition at line 667 of file vulkan_structs.hpp.
|
static |
Definition at line 581 of file vulkan_structs.hpp.
vk::StructureType vk::AccelerationStructureGeometryKHR::sType = StructureType::eAccelerationStructureGeometryKHR |
Definition at line 666 of file vulkan_structs.hpp.