Example #1
0
        protected internal Texture3D(GraphicsDevice device, Texture3D texture) : base(device, texture, ViewType.Full, 0, 0)
        {
#if SILICONSTUDIO_PARADOX_GRAPHICS_API_OPENGLES
            throw new NotImplementedException();
#else
            Target = TextureTarget.Texture3D;
#endif
        }
Example #2
0
 protected internal Texture3D(GraphicsDevice device, Texture3D texture)
     : base(device, texture.Description)
 {
 }