Searched defs:PhysicalDeviceRayTracingPropertiesNV (Results 1 – 5 of 5) sorted by relevance
28 ) -> vk::PhysicalDeviceRayTracingPropertiesNV { in get_properties()
69595 struct PhysicalDeviceRayTracingPropertiesNV struct69597 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;69599 static const bool allowDuplicate = false;69600 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;69603 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() argument69626 …PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function69636 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()69640 explicit operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()69645 explicit operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()69665 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
65024 struct PhysicalDeviceRayTracingPropertiesNV struct65033 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV(uint32_t shaderGroupHandleSize_ = {}, uin… in PhysicalDeviceRayTracingPropertiesNV() function65039 …PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function65049 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()65054 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()65059 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()65070 reflect() const VULKAN_HPP_NOEXCEPT in reflect()65080 bool operator==( PhysicalDeviceRayTracingPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()65098 bool operator!=( PhysicalDeviceRayTracingPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()65105 … VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;[all …]
73266 struct PhysicalDeviceRayTracingPropertiesNV struct73268 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;73270 static const bool allowDuplicate = false;73271 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;73274 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() argument73297 …PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function73307 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()73311 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()73316 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()73336 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
32744 pub struct PhysicalDeviceRayTracingPropertiesNV { struct32756 impl ::std::default::Default for PhysicalDeviceRayTracingPropertiesNV { implementation32772 impl PhysicalDeviceRayTracingPropertiesNV { implementation32786 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingPropertiesNV {} implementation32838 pub fn build(self) -> PhysicalDeviceRayTracingPropertiesNV { in build()