UNPKG

@thetoto/openfl

Version:

A fast, productive library for 2D cross-platform development.

52 lines (34 loc) 1.46 kB
// Class: lime.graphics._OpenGLES3RenderContext.OpenGLES3RenderContext_Impl_ var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); var __map_reserved = {}; // Imports var $hxClasses = require("./../../../hxClasses_stub").default; var $hxEnums = require("./../../../hxEnums_stub").default; // Constructor var OpenGLES3RenderContext_Impl_ = function(){} // Meta OpenGLES3RenderContext_Impl_.__name__ = "lime.graphics._OpenGLES3RenderContext.OpenGLES3RenderContext_Impl_"; OpenGLES3RenderContext_Impl_.__isInterface__ = false; OpenGLES3RenderContext_Impl_.prototype = { }; OpenGLES3RenderContext_Impl_.prototype.__class__ = OpenGLES3RenderContext_Impl_.prototype.constructor = $hxClasses["lime.graphics._OpenGLES3RenderContext.OpenGLES3RenderContext_Impl_"] = OpenGLES3RenderContext_Impl_; // Init // Statics OpenGLES3RenderContext_Impl_.fromRenderContext = function(context) { return null; } OpenGLES3RenderContext_Impl_.fromGL = function(gl) { return null; } OpenGLES3RenderContext_Impl_.fromOpenGLES2RenderContext = function(context) { return null; } OpenGLES3RenderContext_Impl_.fromWebGLRenderContext = function(context) { return null; } OpenGLES3RenderContext_Impl_.fromWebGL2RenderContext = function(context) { return null; } // Export exports.default = OpenGLES3RenderContext_Impl_;