/
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.
, multiple selections available,
Related content
Welcome to Enlighten
Welcome to Enlighten
More like this
Reserved texture samplers
Reserved texture samplers
More like this
2. Run the parameterize
2. Run the parameterize
More like this
Enlighten UE5 4.02 Release Notes
Enlighten UE5 4.02 Release Notes
More like this
7. Lightmap resolution
7. Lightmap resolution
More like this
5. Understand the lighting
5. Understand the lighting
More like this