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