Searched defs:SamplerReductionModeCreateInfo (Results 1 – 4 of 4) sorted by relevance
91781 struct SamplerReductionModeCreateInfo struct91783 using NativeType = VkSamplerReductionModeCreateInfo;91785 static const bool allowDuplicate = false;91790 …SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function91799 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function91809 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()91814 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()91820 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()91827 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()91832 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()[all …]
85311 struct SamplerReductionModeCreateInfo struct85320 VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in SamplerReductionModeCreateInfo() function85326 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function85336 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()85341 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()85347 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()85355 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()85360 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()85371 reflect() const VULKAN_HPP_NOEXCEPT in reflect()85381 bool operator==( SamplerReductionModeCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]
96487 struct SamplerReductionModeCreateInfo struct96489 using NativeType = VkSamplerReductionModeCreateInfo;96491 static const bool allowDuplicate = false;96496 …SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function96505 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function96515 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()96520 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()96526 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()96533 operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()96538 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()[all …]
22823 pub struct SamplerReductionModeCreateInfo { struct22828 impl ::std::default::Default for SamplerReductionModeCreateInfo { argument22837 impl SamplerReductionModeCreateInfo { impl22851 unsafe impl ExtendsSamplerCreateInfo for SamplerReductionModeCreateInfo {} implementation22871 pub fn build(self) -> SamplerReductionModeCreateInfo { in build()