예제 #1
0
        public void Dispose()
        {
            IGL10 gl = _glGraphics.GL10;

            // возможно метод не нужен
            gl.GlBindTexture(GL10.GlTexture2d, _textureId);
            gl.GlDeleteTextures(1, new int[] { _textureId }, 0);
        }