This is the documentation for Enlighten.
class Enlighten Fp16CpuTextureSampler
class Enlighten::Fp16CpuTextureSampler
└>Enlighten::CpuTextureSamplerBase< 8 >
FP16 texture sampler.
Functions
Name | Description |
|---|---|
CpuTextureSamplerBase(const void *, Geo::s32, Geo::s32, Geo::s32) | Constructor. |
Fp16CpuTextureSampler(const void *, Geo::s32, Geo::s32, Geo::s32) | Constructor. |
Gets the height of the texture. | |
Gets the index into the raw pixel data of the given co-ordinates. | |
Gets the pixel value at the given co-ordinates. | |
Gets the width of the texture. |
Variables
Enlighten::CpuTextureSamplerBase< SizeOfPixel >::CpuTextureSamplerBase
protected: CpuTextureSamplerBase
(
const void * data,
Geo::s32 width,
Geo::s32 height,
Geo::s32 pitch
)
Constructor.
Enlighten::Fp16CpuTextureSampler::Fp16CpuTextureSampler
public: Fp16CpuTextureSampler
(
const void * data,
Geo::s32 width,
Geo::s32 height,
Geo::s32 pitch
)
Constructor.
GEO_FORCE_INLINE Geo::s32 Enlighten::CpuTextureSamplerBase< SizeOfPixel >::GetHeight
public: GEO_FORCE_INLINEGeo::s32 GetHeight() const