n64js/js/externs/webgl-debug.js

11 lines
289 B
JavaScript

/**
* @type {Object}
*/
function WebGLDebugUtils() {}
/**
* @param {string} functionName the name of the WebGL function.
* @param {number} args The arguments.
* @return {string} The arguments as a string.
*/
WebGLDebugUtils.glFunctionArgsToString = function(functionName, args) {};