This commit is contained in:
Kbz-8
2024-01-30 22:22:47 +01:00
parent 94f3838df3
commit f9e9538159
4 changed files with 27 additions and 18 deletions

View File

@ -93,4 +93,5 @@ function loadShader(gl, type, source)
return shader;
}
export let shaderInfos = null;
export { initShaderProgram };