class Enlighten::InputTextureSamplerParameters
A class containing the parameters to be used as input to the albedo/emissive/transparency sampling stage.
Variables
Name |
Description |
const void * m_TextureData |
Pointer to the texture data which will be resampled.
|
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.
|