Lines Matching defs:ClearDepthStencilValue
13316 struct ClearDepthStencilValue struct
13321 …VULKAN_HPP_CONSTEXPR ClearDepthStencilValue( float depth_ = {}, uint32_t stencil_ = {} ) VULKAN_HP… in ClearDepthStencilValue() function
13329 ClearDepthStencilValue( VkClearDepthStencilValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearDepthStencilValue() function
13339 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ClearDepthStencilValue const *>( &rhs ); in operator =()
13344 VULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setDepth( float depth_ ) VULKAN_HPP_NOEXCEPT in setDepth()
13350 …ULKAN_HPP_CONSTEXPR_14 ClearDepthStencilValue & setStencil( uint32_t stencil_ ) VULKAN_HPP_NOEXCEPT in setStencil()
13357 explicit operator VkClearDepthStencilValue const &() const VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue const&()
13362 explicit operator VkClearDepthStencilValue &() VULKAN_HPP_NOEXCEPT in operator VkClearDepthStencilValue&()
13373 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
13382 bool operator==( ClearDepthStencilValue const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
13409 …VULKAN_HPP_CONSTEXPR_14 ClearValue( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue depthStencil_ ) :… in ClearValue()