This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels