Home
last modified time | relevance | path

Searched defs:SamplerCubicWeightsCreateInfoQCOM (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp104657 struct SamplerCubicWeightsCreateInfoQCOM struct
104659 using NativeType = VkSamplerCubicWeightsCreateInfoQCOM;
104661 static const bool allowDuplicate = false;
104666SamplerCubicWeightsCreateInfoQCOM( VULKAN_HPP_NAMESPACE::CubicFilterWeightsQCOM cubicWeights_ = VU… in SamplerCubicWeightsCreateInfoQCOM() function
104675SamplerCubicWeightsCreateInfoQCOM( VkSamplerCubicWeightsCreateInfoQCOM const & rhs ) VULKAN_HPP_NO… in SamplerCubicWeightsCreateInfoQCOM() function
104685 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerCubicWeightsCreateInfoQCOM const *>( &rhs ); in operator =()
104690 …ONSTEXPR_14 SamplerCubicWeightsCreateInfoQCOM & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
104697 … setCubicWeights( VULKAN_HPP_NAMESPACE::CubicFilterWeightsQCOM cubicWeights_ ) VULKAN_HPP_NOEXCEPT in setCubicWeights()
104704 operator VkSamplerCubicWeightsCreateInfoQCOM const &() const VULKAN_HPP_NOEXCEPT in operator VkSamplerCubicWeightsCreateInfoQCOM const&()
104709 operator VkSamplerCubicWeightsCreateInfoQCOM &() VULKAN_HPP_NOEXCEPT in operator VkSamplerCubicWeightsCreateInfoQCOM&()
[all …]