getAttachedShaders method

JSArray<WebGLShader>? getAttachedShaders(
  1. WebGLProgram program
)

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);