download
raw
196 Bytes
function WebGLShader( gl, type, string ) {
const shader = gl.createShader( type );
gl.shaderSource( shader, string );
gl.compileShader( shader );
return shader;
}
export { WebGLShader };

Xet Storage Details

Size:
196 Bytes
·
Xet hash:
16ef51ad5a8449d118d9826914aaf64f9ab895a0bde5ebe72cdbe341768f7dd7

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.