Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAccelerationStructureInfoNV |
Public Attributes | |
vk::StructureType | sType = StructureType::eAccelerationStructureInfoNV |
const void * | pNext = {} |
vk::AccelerationStructureTypeNV | type = {} |
vk::BuildAccelerationStructureFlagsNV | flags = {} |
uint32_t | instanceCount = {} |
uint32_t | geometryCount = {} |
const vk::GeometryNV * | pGeometries = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eAccelerationStructureInfoNV |
Definition at line 1983 of file vulkan_structs.hpp.
Definition at line 1985 of file vulkan_structs.hpp.
|
inline |
Definition at line 1991 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 2008 of file vulkan_structs.hpp.
|
inline |
Definition at line 2014 of file vulkan_structs.hpp.
|
inline |
Definition at line 2091 of file vulkan_structs.hpp.
|
inline |
Definition at line 2086 of file vulkan_structs.hpp.
|
inline |
Definition at line 2127 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 2032 of file vulkan_structs.hpp.
|
inline |
Definition at line 2117 of file vulkan_structs.hpp.
|
inline |
Definition at line 2051 of file vulkan_structs.hpp.
|
inline |
Definition at line 2077 of file vulkan_structs.hpp.
|
inline |
Definition at line 2063 of file vulkan_structs.hpp.
|
inline |
Definition at line 2057 of file vulkan_structs.hpp.
|
inline |
Definition at line 2069 of file vulkan_structs.hpp.
|
inline |
Definition at line 2039 of file vulkan_structs.hpp.
|
inline |
Definition at line 2045 of file vulkan_structs.hpp.
|
static |
Definition at line 1987 of file vulkan_structs.hpp.
vk::BuildAccelerationStructureFlagsNV vk::AccelerationStructureInfoNV::flags = {} |
Definition at line 2137 of file vulkan_structs.hpp.
uint32_t vk::AccelerationStructureInfoNV::geometryCount = {} |
Definition at line 2139 of file vulkan_structs.hpp.
uint32_t vk::AccelerationStructureInfoNV::instanceCount = {} |
Definition at line 2138 of file vulkan_structs.hpp.
const vk::GeometryNV* vk::AccelerationStructureInfoNV::pGeometries = {} |
Definition at line 2140 of file vulkan_structs.hpp.
const void* vk::AccelerationStructureInfoNV::pNext = {} |
Definition at line 2135 of file vulkan_structs.hpp.
|
static |
Definition at line 1988 of file vulkan_structs.hpp.
vk::StructureType vk::AccelerationStructureInfoNV::sType = StructureType::eAccelerationStructureInfoNV |
Definition at line 2134 of file vulkan_structs.hpp.
vk::AccelerationStructureTypeNV vk::AccelerationStructureInfoNV::type = {} |
Definition at line 2136 of file vulkan_structs.hpp.