MCPcopy Create free account
hub / github.com/GrayMind/WebGL-Programming-Guide / glEnumToString

Function glEnumToString

source/lib/webgl-debug.js:151–156  ·  view source on GitHub ↗

* Gets an string version of an WebGL enum. * * Example: * var str = WebGLDebugUtil.glEnumToString(ctx.getError()); * * @param {number} value Value to return an enum for * @return {string} The string version of the enum.

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

glFunctionArgToStringFunction · 0.85
makeDebugContextFunction · 0.85

Calls 1

checkInitFunction · 0.85

Tested by

no test coverage detected