struct Geo::GeoFp16Texture::Pixel
A single pixel in a GeoFp16Texture.
Functions
Name | Description |
---|---|
operator v128() | Converts this pixel to a to v128. |
Pixel() | Constructors. |
Pixel(GeoHalf, GeoHalf, GeoHalf, GeoHalf) | Constructors. |
Pixel(v128) | Constructors. |
Variables
Name | Description |
---|---|
GeoHalf A | Component values. |
GeoHalf B | Component values. |
GeoHalf G | Component values. |
GeoHalf R | Component values. |
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.