Searched defs:ClearColorValue (Results 1 – 3 of 3) sorted by relevance
9021 union ClearColorValue union9023 ClearColorValue( VULKAN_HPP_NAMESPACE::ClearColorValue const & rhs ) VULKAN_HPP_NOEXCEPT in ClearColorValue() function9028 ClearColorValue( const std::array<float, 4> & float32_ = {} ) : float32( float32_ ) {} in ClearColorValue() function9030 ClearColorValue( const std::array<int32_t, 4> & int32_ ) : int32( int32_ ) {} in ClearColorValue() function9032 ClearColorValue( const std::array<uint32_t, 4> & uint32_ ) : uint32( uint32_ ) {} in ClearColorValue() function
23309 union ClearColorValue union23311 ClearColorValue( VULKAN_HPP_NAMESPACE::ClearColorValue const& rhs ) VULKAN_HPP_NOEXCEPT in ClearColorValue() function23316 ClearColorValue( const std::array<float,4>& float32_ = {} ) in ClearColorValue() function23320 ClearColorValue( const std::array<int32_t,4>& int32_ ) in ClearColorValue() function23324 ClearColorValue( const std::array<uint32_t,4>& uint32_ ) in ClearColorValue() function
23380 union ClearColorValue union23382 ClearColorValue( VULKAN_HPP_NAMESPACE::ClearColorValue const& rhs ) VULKAN_HPP_NOEXCEPT in ClearColorValue() function23387 ClearColorValue( const std::array<float,4>& float32_ = {} ) in ClearColorValue() function23391 ClearColorValue( const std::array<int32_t,4>& int32_ ) in ClearColorValue() function23395 ClearColorValue( const std::array<uint32_t,4>& uint32_ ) in ClearColorValue() function