Searched defs:SamplerReductionModeCreateInfo (Results 1 – 4 of 4) sorted by relevance
81602 struct SamplerReductionModeCreateInfo struct81604 using NativeType = VkSamplerReductionModeCreateInfo;81606 static const bool allowDuplicate = false;81611 …SamplerReductionModeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_… in SamplerReductionModeCreateInfo() function81620 SamplerReductionModeCreateInfo(VkSamplerReductionModeCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function81630 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>(&rhs); in operator =()81635 …N_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()81641 …fo &setReductionMode(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_) VULKAN_HPP_NOEXCEPT in setReductionMode()81648 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()81653 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()[all …]
81465 struct SamplerReductionModeCreateInfo struct81467 using NativeType = VkSamplerReductionModeCreateInfo;81469 static const bool allowDuplicate = false;81474 …SamplerReductionModeCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN… in SamplerReductionModeCreateInfo() function81483 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function81493 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()81498 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()81504 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()81511 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()81516 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()[all …]
84799 struct SamplerReductionModeCreateInfo struct84801 using NativeType = VkSamplerReductionModeCreateInfo;84807 VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo( in SamplerReductionModeCreateInfo() function84816 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function84826 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()84831 …P_CONSTEXPR_14 SamplerReductionModeCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()84838 … setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()84845 explicit operator VkSamplerReductionModeCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()84850 explicit operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()84863 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
22823 pub struct SamplerReductionModeCreateInfo { struct22828 impl ::std::default::Default for SamplerReductionModeCreateInfo { implementation22837 impl SamplerReductionModeCreateInfo { implementation22851 unsafe impl ExtendsSamplerCreateInfo for SamplerReductionModeCreateInfo {} implementation22871 pub fn build(self) -> SamplerReductionModeCreateInfo { in build()