VrSharp.PvrTexture.PvrTexture.PvrTexture C# (CSharp) Method

PvrTexture() public method

Open a PVR texture from a stream.
public PvrTexture ( Stream source ) : System
source Stream Stream that contains the texture data.
return System
        public PvrTexture(Stream source)
            : base(source)
        {
        }

Same methods

PvrTexture::PvrTexture ( Stream source, int length ) : System
PvrTexture::PvrTexture ( byte source ) : System
PvrTexture::PvrTexture ( byte source, int offset, int length ) : System
PvrTexture::PvrTexture ( string file ) : System