Exemplo n.º 1
0
 protected internal Texture2DBase(GraphicsDevice device, Texture2DBase texture)
     : base(device, texture.Description)
 {
 }
Exemplo n.º 2
0
 protected internal Texture2DBase(GraphicsDevice device, Texture2DBase texture)
     : base(device, texture.Description)
 {
 }
Exemplo n.º 3
0
 protected internal Texture2DBase(GraphicsDevice device, Texture2DBase texture) : base(device, texture, ViewType.Full, 0, 0)
 {
     this.Target     = texture.Target;
     this.resourceId = texture.ResourceId;
 }
Exemplo n.º 4
0
 protected internal Texture2DBase(GraphicsDevice device, Texture2DBase texture) : base(device, texture, ViewType.Full, 0, 0)
 {
     this.Target = texture.Target;
     this.resourceId = texture.ResourceId;
 }