Exemplo n.º 1
0
 protected void DeleteShaderHandle(int shaderHandle)
 {
     GLCore.DeleteShader((uint)shaderHandle);
 }