Лабораторная работа номер 4
export default function render(gl: WebGLRenderingContext) {
gl.clearColor(1, 1, 0, 1); // yellow
gl.clear(gl.COLOR_BUFFER_BIT);
}
export default function render(gl: WebGLRenderingContext) {
gl.clearColor(1, 1, 0, 1); // yellow
gl.clear(gl.COLOR_BUFFER_BIT);
}