DeleteTextures() 개인적인 메소드

private DeleteTextures ( int count ) : void
count int
리턴 void
예제 #1
0
 public static void DeleteTexture(uint texture)
 {
     GL.DeleteTextures(1, new uint[] { texture });
 }