This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels