• Home
  • Raw
  • Download

Lines Matching defs:PhysicalDeviceShaderAtomicInt64Features

80818   struct PhysicalDeviceShaderAtomicInt64Features  struct
80820 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() function
80837PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
80847 …*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()
80873 operator VkPhysicalDeviceShaderAtomicInt64Features const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderAtomicInt64Features const&()
80878 operator VkPhysicalDeviceShaderAtomicInt64Features &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderAtomicInt64Features&()
80889 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
80898 bool operator==( PhysicalDeviceShaderAtomicInt64Features const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
80908 bool operator!=( PhysicalDeviceShaderAtomicInt64Features const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
80915 …::StructureType sType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;
80916 void * pNext = {};
80917 VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics = {};
80918 VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics = {};