Searched defs:PhysicalDeviceRayTracingPropertiesNV (Results 1 – 5 of 5) sorted by relevance
27 ) -> vk::PhysicalDeviceRayTracingPropertiesNV { in get_properties()
76468 struct PhysicalDeviceRayTracingPropertiesNV struct76470 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;76472 static const bool allowDuplicate = false;76473 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;76476 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() function76499 …PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function76509 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()76513 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()76518 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()76538 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
78917 struct PhysicalDeviceRayTracingPropertiesNV struct78919 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;78921 static const bool allowDuplicate = false;78922 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;78925 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() argument78948 …PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function78958 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()78962 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()78967 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()78987 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
79860 struct PhysicalDeviceRayTracingPropertiesNV struct79862 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;79864 static const bool allowDuplicate = false;79865 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;79868 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() function79891 …PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function79901 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()79905 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()79910 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()79930 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
37476 pub struct PhysicalDeviceRayTracingPropertiesNV { struct37488 impl ::std::default::Default for PhysicalDeviceRayTracingPropertiesNV { argument37505 unsafe impl TaggedStructure for PhysicalDeviceRayTracingPropertiesNV { implementation37508 impl PhysicalDeviceRayTracingPropertiesNV { impl37522 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingPropertiesNV {} implementation37582 pub fn build(self) -> PhysicalDeviceRayTracingPropertiesNV { in build()