Flutter Engine
The Flutter Engine
|
#include <SkWGL.h>
Public Member Functions | |
~SkWGLPbufferContext () override | |
HDC | getDC () const |
HGLRC | getGLRC () const |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Static Public Member Functions | |
static sk_sp< SkWGLPbufferContext > | Create (HDC parentDC, SkWGLContextRequest contextType, HGLRC shareContext) |
Helper class for creating a pbuffer context and deleting all the handles when finished. This requires that a device context has been created. However, the pbuffer gets its own device context. The original device context can be released once the pbuffer context is created.
|
override |
|
static |
|
inline |
|
inline |