| 242 | }; |
| 243 | |
| 244 | constexpr explicit ClearValue( ClearColorValue v = ClearColorValue{} )noexcept |
| 245 | : m_value{ std::move( v ) } |
| 246 | { |
| 247 | } |
| 248 | |
| 249 | constexpr explicit ClearValue( ClearDepthStencilValue v )noexcept |
| 250 | : m_value{ std::move( v ) } |
nothing calls this directly
no outgoing calls
no test coverage detected