Exemplo n.º 1
0
 public void UpdatePosition(int index, ISurface3D surface)
 {
     RenderBuffer.UpdatePosition(index, surface);
 }
Exemplo n.º 2
0
 public void UpdateTextureAtlasOffset(int index, ISurface3D surface)
 {
     RenderBuffer.UpdateTextureAtlasOffset(index, surface);
 }
Exemplo n.º 3
0
 public int GetDrawIndex(ISurface3D surface)
 {
     return(RenderBuffer.GetDrawIndex(surface));
 }