Searched defs:PhysicalDeviceShaderAtomicInt64Features (Results 1 – 4 of 4) sorted by relevance
77882 struct PhysicalDeviceShaderAtomicInt64Features struct77884 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;77886 static const bool allowDuplicate = false;77887 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;77890 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function77901 …PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function77911 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()77916 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()77923 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()77930 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()[all …]
80818 struct PhysicalDeviceShaderAtomicInt64Features struct80820 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;80822 static const bool allowDuplicate = false;80823 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;80826 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function80837 …PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function80847 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()80852 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()80859 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()80866 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()[all …]
81959 struct PhysicalDeviceShaderAtomicInt64Features struct81961 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;81963 static const bool allowDuplicate = false;81964 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;81967 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function81978 …PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function81988 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()81993 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()82000 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()82007 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()[all …]
32347 pub struct PhysicalDeviceShaderAtomicInt64Features { struct32353 impl ::std::default::Default for PhysicalDeviceShaderAtomicInt64Features { implementation32364 unsafe impl TaggedStructure for PhysicalDeviceShaderAtomicInt64Features { implementation32368 impl PhysicalDeviceShaderAtomicInt64Features { impl32382 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features {} implementation32384 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features {} implementation32410 pub fn build(self) -> PhysicalDeviceShaderAtomicInt64Features { in build()