Exemplo n.º 1
0
 private void clearRenderTarget()
 {
     uint[] textureData = new uint[_gameFontCache.getWidth() * _gameFontCache.getHeight()];
     _gameFontCache.texture2D.SetData(textureData);
 }