class lime.graphics.opengl.GLObject

Available on all platforms

Instance Fields

var id:Dynamic

The native GL handle/id. read only

var invalidated:Bool

The invalidated state. read only

var valid:Bool

The valid state. read only

function new(version:Int, id:Dynamic):Void

function invalidate():Void

function isInvalid():Bool

function isValid():Bool

function toString():String