C# Class PixelFarm.GLFWPlatforms

Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
CreateGLESContext ( ) : void
Init ( ) : bool
MakeCurrentWindow ( GlfwWinInfo windowInfo ) : void

Method Details

CreateGLESContext() public static method

public static CreateGLESContext ( ) : void
return void

Init() public static method

public static Init ( ) : bool
return bool

MakeCurrentWindow() public static method

public static MakeCurrentWindow ( GlfwWinInfo windowInfo ) : void
windowInfo GlfwWinInfo
return void