Flutter Engine
The Flutter Engine
|
#include "include/gpu/gl/GrGLAssembleHelpers.h"
#include "include/gpu/gl/GrGLAssembleInterface.h"
#include "src/gpu/ganesh/gl/GrGLUtil.h"
Go to the source code of this file.
Functions | |
sk_sp< const GrGLInterface > | GrGLMakeAssembledWebGLInterface (void *ctx, GrGLGetProc get) |
sk_sp< const GrGLInterface > GrGLMakeAssembledWebGLInterface | ( | void * | ctx, |
GrGLGetProc | get | ||
) |
Generic function for creating a GrGLInterface for a WebGL (similar to OpenGL ES) context. It calls get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
Definition at line 17 of file GrGLAssembleWebGLInterfaceAutogen.cpp.