17 lines
267 B
Haxe
17 lines
267 B
Haxe
package lime.graphics.opengl;
|
|
|
|
|
|
import lime.utils.ArrayBufferView;
|
|
import lime.utils.Float32Array;
|
|
import lime.utils.Int32Array;
|
|
|
|
@:forward()
|
|
|
|
|
|
abstract GLES3Context(GLES2Context) from GLES2Context to GLES2Context from GLRenderContext to GLRenderContext {
|
|
|
|
|
|
|
|
|
|
|
|
} |