• Home
  • Raw
  • Download

Lines Matching defs:PhysicalDeviceRayTracingPropertiesNV

81155   struct PhysicalDeviceRayTracingPropertiesNV  struct
81157 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;
81159 static const bool allowDuplicate = false;
81160 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;
81163 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() argument
81186PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function
81196 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()
81200 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()
81205 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()
81225 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
81243 bool operator==( PhysicalDeviceRayTracingPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
81256 bool operator!=( PhysicalDeviceRayTracingPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
81263 …Type sType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;
81264 void * pNext = {};
81265 uint32_t shaderGroupHandleSize = {};
81266 uint32_t maxRecursionDepth = {};
81267 uint32_t maxShaderGroupStride = {};
81268 uint32_t shaderGroupBaseAlignment = {};
81269 uint64_t maxGeometryCount = {};
81270 uint64_t maxInstanceCount = {};
81271 uint64_t maxTriangleCount = {};
81272 uint32_t maxDescriptorSetAccelerationStructures = {};