• Home
  • Raw
  • Download

Lines Matching refs:PhysicalDeviceScalarBlockLayoutFeatures

62677   struct PhysicalDeviceScalarBlockLayoutFeatures  struct
62686 …VULKAN_HPP_CONSTEXPR PhysicalDeviceScalarBlockLayoutFeatures( VULKAN_HPP_NAMESPACE::Bool32 scalarB… in PhysicalDeviceScalarBlockLayoutFeatures() function
62690 …VULKAN_HPP_CONSTEXPR PhysicalDeviceScalarBlockLayoutFeatures( PhysicalDeviceScalarBlockLayoutFeatu…
62693PhysicalDeviceScalarBlockLayoutFeatures( VkPhysicalDeviceScalarBlockLayoutFeatures const & rhs ) V… in PhysicalDeviceScalarBlockLayoutFeatures() function
62694 : PhysicalDeviceScalarBlockLayoutFeatures( in PhysicalDeviceScalarBlockLayoutFeatures()
62695 *reinterpret_cast<PhysicalDeviceScalarBlockLayoutFeatures const *>( &rhs ) ) in PhysicalDeviceScalarBlockLayoutFeatures()
62699 PhysicalDeviceScalarBlockLayoutFeatures &
62700 … operator=( PhysicalDeviceScalarBlockLayoutFeatures const & rhs ) VULKAN_HPP_NOEXCEPT = default;
62702 PhysicalDeviceScalarBlockLayoutFeatures &
62705 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceScalarBlockLayoutFeatures const *>( … in operator =() argument
62710 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceScalarBlockLayoutFeatures & setPNext( void * pNext_ ) VULKAN… in setPNext() argument
62716 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceScalarBlockLayoutFeatures &
62747 auto operator<=>( PhysicalDeviceScalarBlockLayoutFeatures const & ) const = default;
62749 bool operator==( PhysicalDeviceScalarBlockLayoutFeatures const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
62758 bool operator!=( PhysicalDeviceScalarBlockLayoutFeatures const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
62769 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceScalarBlockLayoutFeatures ) … argument
62773 std::is_standard_layout<VULKAN_HPP_NAMESPACE::PhysicalDeviceScalarBlockLayoutFeatures>::value,
62776 …std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::PhysicalDeviceScalarBlockLayoutFeatures>:…
62782 using Type = PhysicalDeviceScalarBlockLayoutFeatures;
62784 using PhysicalDeviceScalarBlockLayoutFeaturesEXT = PhysicalDeviceScalarBlockLayoutFeatures;