Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
GrContextHolder.h
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
3#ifndef GrContextHolder_DEFINED
4#define GrContextHolder_DEFINED
5
6#include <memory>
7
9
10// A struct to take ownership of a GrDirectContext.
12using GrContextHolder = std::unique_ptr<GrDirectContext, GrContextRelease>;
13
14// Wrapper around GrDirectContexts::MakeGL
16
17#endif // GrContextHolder_DEFINED
GrContextHolder SkMakeGLContext()
std::unique_ptr< GrDirectContext, GrContextRelease > GrContextHolder
void operator()(GrDirectContext *)