This commit is contained in:
Kbz-8
2024-01-30 22:22:47 +01:00
committed by AdrienLSH
parent 9356bb1560
commit acff70d414
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 };