Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
GrGLAssembleWebGLInterfaceAutogen.cpp File Reference
#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 GrGLInterfaceGrGLMakeAssembledWebGLInterface (void *ctx, GrGLGetProc get)
 

Function Documentation

◆ GrGLMakeAssembledWebGLInterface()

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.

17 {
18 return nullptr;
19}