Exemplo n.º 1
0
 public TextureCube(
     GraphicsDevice graphicsDevice, int size, bool mipMap, SurfaceFormat format)
     : this(graphicsDevice, size, mipMap, format, false)
 {
 }