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