Searched defs:PhysicalDeviceShaderAtomicInt64Features (Results 1 – 4 of 4) sorted by relevance
71009 struct PhysicalDeviceShaderAtomicInt64Features struct71011 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;71013 static const bool allowDuplicate = false;71014 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;71017 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function71028 …PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function71038 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()71043 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()71050 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()71057 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()[all …]
66290 struct PhysicalDeviceShaderAtomicInt64Features struct66299 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features(VULKAN_HPP_NAMESPACE::Bool32 shaderBuf… in PhysicalDeviceShaderAtomicInt64Features() function66305 …PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function66315 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()66320 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()66326 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()66332 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()66340 operator VkPhysicalDeviceShaderAtomicInt64Features const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderAtomicInt64Features const&()66345 operator VkPhysicalDeviceShaderAtomicInt64Features &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderAtomicInt64Features&()66356 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
74680 struct PhysicalDeviceShaderAtomicInt64Features struct74682 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;74684 static const bool allowDuplicate = false;74685 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;74688 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function74699 …PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function74709 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()74714 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()74721 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()74728 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()[all …]
28736 pub struct PhysicalDeviceShaderAtomicInt64Features { struct28742 impl ::std::default::Default for PhysicalDeviceShaderAtomicInt64Features { argument28752 impl PhysicalDeviceShaderAtomicInt64Features { implementation28766 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features {} implementation28768 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features {} implementation28792 pub fn build(self) -> PhysicalDeviceShaderAtomicInt64Features { in build()