* Creates a program with the given shaders. * @param vertexShader The vertex shader to use * @param fragmentShader The fragment shader to use * @param errorMessage The error message to throw if the program fails to load
(vertexShader: (ctx: this) => WebGLShader | null, fragmentShader: (ctx: this) => WebGLShader | null, errorMessage: string)
source not stored for this graph (policy: none)
no test coverage detected