getAttachedShaders method
The WebGLRenderingContext.getAttachedShaders()
method of
the
WebGL API
returns a list of
WebGLShader objects attached to a WebGLProgram.
Implementation
external JSArray<WebGLShader>? getAttachedShaders(WebGLProgram program);