📄 WebGLShader.js
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 src/renderers/webgl/WebGLShader.js
Functions¶
WebGLShader(gl: any, type: any, string: any): any
¶
Parameters:
gl
any
type
any
string
any
Returns: any
Calls:
gl.createShader
gl.shaderSource
gl.compileShader