public void DeleteTexture() { if (m_texture != 0) { GLWrapper.DeleteTexture(m_texture); m_texture = 0; } }