This is the documentation for Enlighten.
struct Geo GeoFp16Texture Pixel
struct Geo::GeoFp16Texture::Pixel
A single pixel in a GeoFp16Texture.
Functions
Name | Description |
|---|---|
Converts this pixel to a to v128. | |
Constructors. | |
Constructors. | |
Constructors. |
Variables
Geo::GeoFp16Texture::Pixel::operator v128
public: operator v128() const
Converts this pixel to a to v128.
Geo::GeoFp16Texture::Pixel::Pixel
public: Pixel()
Constructors.
Geo::GeoFp16Texture::Pixel::Pixel
public: Pixel
(
GeoHalf r,
GeoHalf g,
GeoHalf b,
GeoHalf a
)
Constructors.
Geo::GeoFp16Texture::Pixel::Pixel
public: Pixel
(
v128
)
Constructors.