openfl
Version:
A fast, productive library for 2D cross-platform development.
77 lines (58 loc) • 2.14 kB
JavaScript
// Class: lime.graphics.opengl.ext.KHR_debug
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 KHR_debug = function() {
this.STACK_UNDERFLOW = 1284;
this.STACK_OVERFLOW = 1283;
this.CONTEXT_FLAG_DEBUG_BIT = 2;
this.DEBUG_OUTPUT = 37600;
this.DEBUG_SEVERITY_LOW = 37192;
this.DEBUG_SEVERITY_MEDIUM = 37191;
this.DEBUG_SEVERITY_HIGH = 37190;
this.DEBUG_LOGGED_MESSAGES = 37189;
this.MAX_DEBUG_LOGGED_MESSAGES = 37188;
this.MAX_DEBUG_MESSAGE_LENGTH = 37187;
this.MAX_LABEL_LENGTH = 33512;
this.SAMPLER = 33510;
this.QUERY = 33507;
this.PROGRAM = 33506;
this.SHADER = 33505;
this.BUFFER = 33504;
this.DEBUG_GROUP_STACK_DEPTH = 33389;
this.MAX_DEBUG_GROUP_STACK_DEPTH = 33388;
this.DEBUG_SEVERITY_NOTIFICATION = 33387;
this.DEBUG_TYPE_POP_GROUP = 33386;
this.DEBUG_TYPE_PUSH_GROUP = 33385;
this.DEBUG_TYPE_MARKER = 33384;
this.DEBUG_TYPE_OTHER = 33361;
this.DEBUG_TYPE_PERFORMANCE = 33360;
this.DEBUG_TYPE_PORTABILITY = 33359;
this.DEBUG_TYPE_UNDEFINED_BEHAVIOR = 33358;
this.DEBUG_TYPE_DEPRECATED_BEHAVIOR = 33357;
this.DEBUG_TYPE_ERROR = 33356;
this.DEBUG_SOURCE_OTHER = 33355;
this.DEBUG_SOURCE_APPLICATION = 33354;
this.DEBUG_SOURCE_THIRD_PARTY = 33353;
this.DEBUG_SOURCE_SHADER_COMPILER = 33352;
this.DEBUG_SOURCE_WINDOW_SYSTEM = 33351;
this.DEBUG_SOURCE_API = 33350;
this.DEBUG_CALLBACK_USER_PARAM = 33349;
this.DEBUG_CALLBACK_FUNCTION = 33348;
this.DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 33347;
this.DEBUG_OUTPUT_SYNCHRONOUS = 33346;
}
// Meta
KHR_debug.__name__ = "lime.graphics.opengl.ext.KHR_debug";
KHR_debug.__isInterface__ = false;
KHR_debug.prototype = {
};
KHR_debug.prototype.__class__ = KHR_debug.prototype.constructor = $hxClasses["lime.graphics.opengl.ext.KHR_debug"] = KHR_debug;
// Init
// Statics
// Export
exports.default = KHR_debug;