This is the documentation for Enlighten.
class Geo GeoFp16Texture
class Geo::GeoFp16Texture
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
A (16 bit) floating point texture for input and output.
Classes
Name | Description |
|---|---|
A single pixel in a GeoFp16Texture. |
Functions
Name | Description |
|---|---|
Conversion function for std::transform and the like. | |
Create a new GeoFp16Texture. | |
Copies the data of this texture into the given buffer. | |
Copies the data from the given buffer into this texture. | |
Gets the raw data of this texture. | |
Gets the raw data of this texture. | |
Gets the width/height of this texture. | |
Gets the width/height of this texture. | |
Geo::IGeoSerialisable implementation. | |
Load an instance of this class from an IGeoInputStream. | |
Geo::IGeoSerialisable implementation. | |
Free this object that was created within the Enlighten libraries. | |
Geo::IGeoSerialisable implementation. | |
Save an instance of this class to an IGeoStream. | |
Copies the data from the given buffer into this texture. | |
Sets the resolution. | |
Copies the data from the given buffer into this texture. | |
Copies the data from the given buffer into this texture. | |
SetRgbaPixelDataFromRgbm(const Geo::GeoRGBXTextureElement *, float) | Copies the data from the given buffer into this texture. |
static Pixel Geo::GeoFp16Texture::CopyRgbaWToRGB
public: Pixel CopyRgbaWToRGB
(
const Pixel & rgba
)
Conversion function for std::transform and the like.
static GeoFp16Texture* Geo::GeoFp16Texture::Create
public: GeoFp16Texture * Create()
Create a new GeoFp16Texture.