This is the documentation for Enlighten.

class Enlighten ResampleTextureParameters

class Enlighten::ResampleTextureParameters

A class containing the parameters to be used if sampling from a texture is required.

Variables

Name Description
Enlighten::eOutputFormatByteOrder m_ByteOrder

Format byte order.

float m_FixedPointRescale

Rescale for fixed point formats expressed as the inverse of the maximum representable value.

float m_Quality

Floating point value from [0..1].

const void * m_TextureData

Pointer to the texture data which will be resampled.

Enlighten::eOutputFormat m_TextureFormat

Texture format.

Geo::s32 m_TextureHeight

Height of the input texture.

Geo::s32 m_TexturePitch

Pitch of the input data in bytes.

Geo::s32 m_TextureWidth

Width of the input texture.

Functions

Name Description
ResampleTextureParameters()

Default initialise.


Enlighten::ResampleTextureParameters::ResampleTextureParameters


public: ResampleTextureParameters()


Default initialise.