SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV (uint32_t shaderGroupHandleSize_={}, uint32_t maxRecursionDepth_={}, uint32_t maxShaderGroupStride_={}, uint32_t shaderGroupBaseAlignment_={}, uint64_t maxGeometryCount_={}, uint64_t maxInstanceCount_={}, uint64_t maxTriangleCount_={}, uint32_t maxDescriptorSetAccelerationStructures_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV (PhysicalDeviceRayTracingPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceRayTracingPropertiesNV (VkPhysicalDeviceRayTracingPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceRayTracingPropertiesNVoperator= (VkPhysicalDeviceRayTracingPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceRayTracingPropertiesNVoperator= (PhysicalDeviceRayTracingPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceRayTracingPropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceRayTracingPropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceRayTracingPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceRayTracingPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceRayTracingPropertiesNV
 
voidpNext = {}
 
uint32_t shaderGroupHandleSize = {}
 
uint32_t maxRecursionDepth = {}
 
uint32_t maxShaderGroupStride = {}
 
uint32_t shaderGroupBaseAlignment = {}
 
uint64_t maxGeometryCount = {}
 
uint64_t maxInstanceCount = {}
 
uint64_t maxTriangleCount = {}
 
uint32_t maxDescriptorSetAccelerationStructures = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV
 

Detailed Description

Definition at line 68355 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceRayTracingPropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::PhysicalDeviceRayTracingPropertiesNV ( uint32_t  shaderGroupHandleSize_ = {},
uint32_t  maxRecursionDepth_ = {},
uint32_t  maxShaderGroupStride_ = {},
uint32_t  shaderGroupBaseAlignment_ = {},
uint64_t  maxGeometryCount_ = {},
uint64_t  maxInstanceCount_ = {},
uint64_t  maxTriangleCount_ = {},
uint32_t  maxDescriptorSetAccelerationStructures_ = {} 
)
inline

Definition at line 68361 of file vulkan.hpp.

68361  {}, uint32_t maxRecursionDepth_ = {}, uint32_t maxShaderGroupStride_ = {}, uint32_t shaderGroupBaseAlignment_ = {}, uint64_t maxGeometryCount_ = {}, uint64_t maxInstanceCount_ = {}, uint64_t maxTriangleCount_ = {}, uint32_t maxDescriptorSetAccelerationStructures_ = {}) VULKAN_HPP_NOEXCEPT
68362  : shaderGroupHandleSize( shaderGroupHandleSize_ ), maxRecursionDepth( maxRecursionDepth_ ), maxShaderGroupStride( maxShaderGroupStride_ ), shaderGroupBaseAlignment( shaderGroupBaseAlignment_ ), maxGeometryCount( maxGeometryCount_ ), maxInstanceCount( maxInstanceCount_ ), maxTriangleCount( maxTriangleCount_ ), maxDescriptorSetAccelerationStructures( maxDescriptorSetAccelerationStructures_ )
68363  {}
unsigned int uint32_t
unsigned long long uint64_t
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceRayTracingPropertiesNV() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::PhysicalDeviceRayTracingPropertiesNV ( PhysicalDeviceRayTracingPropertiesNV const &  rhs)
default

◆ PhysicalDeviceRayTracingPropertiesNV() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::PhysicalDeviceRayTracingPropertiesNV ( VkPhysicalDeviceRayTracingPropertiesNV const &  rhs)
inline

Definition at line 68367 of file vulkan.hpp.

68368  {
68369  *this = rhs;
68370  }

Member Function Documentation

◆ operator VkPhysicalDeviceRayTracingPropertiesNV &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::operator VkPhysicalDeviceRayTracingPropertiesNV & ( )
inline

Definition at line 68391 of file vulkan.hpp.

68392  {
68393  return *reinterpret_cast<VkPhysicalDeviceRayTracingPropertiesNV*>( this );
68394  }

◆ operator VkPhysicalDeviceRayTracingPropertiesNV const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::operator VkPhysicalDeviceRayTracingPropertiesNV const & ( ) const
inline

Definition at line 68386 of file vulkan.hpp.

68387  {
68388  return *reinterpret_cast<const VkPhysicalDeviceRayTracingPropertiesNV*>( this );
68389  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::operator!= ( PhysicalDeviceRayTracingPropertiesNV const &  rhs) const
inline

Definition at line 68414 of file vulkan.hpp.

68415  {
68416  return !operator==( rhs );
68417  }
bool operator==(PhysicalDeviceRayTracingPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:68400

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PhysicalDeviceRayTracingPropertiesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::operator= ( PhysicalDeviceRayTracingPropertiesNV const &  rhs)
inline

Definition at line 68379 of file vulkan.hpp.

68380  {
68381  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceRayTracingPropertiesNV ) );
68382  return *this;
68383  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV(uint32_t shaderGroupHandleSize_={}, uint32_t maxRecursionDepth_={}, uint32_t maxShaderGroupStride_={}, uint32_t shaderGroupBaseAlignment_={}, uint64_t maxGeometryCount_={}, uint64_t maxInstanceCount_={}, uint64_t maxTriangleCount_={}, uint32_t maxDescriptorSetAccelerationStructures_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:68361

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceRayTracingPropertiesNV& VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::operator= ( VkPhysicalDeviceRayTracingPropertiesNV const &  rhs)
inline

Definition at line 68373 of file vulkan.hpp.

68374  {
68375  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rhs );
68376  return *this;
68377  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::operator== ( PhysicalDeviceRayTracingPropertiesNV const &  rhs) const
inline

Definition at line 68400 of file vulkan.hpp.

68401  {
68402  return ( sType == rhs.sType )
68403  && ( pNext == rhs.pNext )
68404  && ( shaderGroupHandleSize == rhs.shaderGroupHandleSize )
68405  && ( maxRecursionDepth == rhs.maxRecursionDepth )
68406  && ( maxShaderGroupStride == rhs.maxShaderGroupStride )
68407  && ( shaderGroupBaseAlignment == rhs.shaderGroupBaseAlignment )
68408  && ( maxGeometryCount == rhs.maxGeometryCount )
68409  && ( maxInstanceCount == rhs.maxInstanceCount )
68410  && ( maxTriangleCount == rhs.maxTriangleCount )
68411  && ( maxDescriptorSetAccelerationStructures == rhs.maxDescriptorSetAccelerationStructures );
68412  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:68423

Field Documentation

◆ allowDuplicate

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::allowDuplicate = false
static

Definition at line 68357 of file vulkan.hpp.

◆ maxDescriptorSetAccelerationStructures

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxDescriptorSetAccelerationStructures = {}

Definition at line 68432 of file vulkan.hpp.

◆ maxGeometryCount

uint64_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxGeometryCount = {}

Definition at line 68429 of file vulkan.hpp.

◆ maxInstanceCount

uint64_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxInstanceCount = {}

Definition at line 68430 of file vulkan.hpp.

◆ maxRecursionDepth

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxRecursionDepth = {}

Definition at line 68426 of file vulkan.hpp.

◆ maxShaderGroupStride

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxShaderGroupStride = {}

Definition at line 68427 of file vulkan.hpp.

◆ maxTriangleCount

uint64_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::maxTriangleCount = {}

Definition at line 68431 of file vulkan.hpp.

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::pNext = {}

Definition at line 68424 of file vulkan.hpp.

◆ shaderGroupBaseAlignment

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::shaderGroupBaseAlignment = {}

Definition at line 68428 of file vulkan.hpp.

◆ shaderGroupHandleSize

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::shaderGroupHandleSize = {}

Definition at line 68425 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV
static

Definition at line 68358 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV::sType = StructureType::ePhysicalDeviceRayTracingPropertiesNV

Definition at line 68423 of file vulkan.hpp.


The documentation for this struct was generated from the following file: