Method

CoglDisplayEGLmake_current

Declaration [src]

EGLBoolean
cogl_display_egl_make_current (
  CoglDisplayEGL* display_egl,
  EGLSurface draw,
  EGLSurface read,
  EGLContext context
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

draw

Type: EGLSurface

No description available.

read

Type: EGLSurface

No description available.

context

Type: EGLContext

No description available.

Return value

Type: EGLBoolean

No description available.