/
class Enlighten ResampleTextureParameters

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.

Related content

class Enlighten ResampleTextureParameters
class Enlighten ResampleTextureParameters
More like this
class Enlighten ResampleTextureParameters
class Enlighten ResampleTextureParameters
More like this
class Enlighten R9G9B9E5CpuTextureSampler
class Enlighten R9G9B9E5CpuTextureSampler
More like this
class Enlighten R9G9B9E5CpuTextureSampler
class Enlighten R9G9B9E5CpuTextureSampler
More like this
class Enlighten RgbaCpuTextureSampler
class Enlighten RgbaCpuTextureSampler
More like this
class Enlighten RgbmCpuTextureSampler
class Enlighten RgbmCpuTextureSampler
More like this