Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::ResampleTextureParameters

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

Variables

NameDescription
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

NameDescription
ResampleTextureParameters()

Default initialise.


Anchor
af509a0d1d631824e4a4be22e11ae41f3
af509a0d1d631824e4a4be22e11ae41f3

Enlighten::ResampleTextureParameters::ResampleTextureParameters

...

public: ResampleTextureParameters()

...

Default initialise.