Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Geo::GeoFp16Texture::Pixel

A single pixel in a GeoFp16Texture.

Functions

NameDescription
operator v128()

Converts this pixel to a to v128.

Pixel()

Constructors.

Pixel(GeoHalf, GeoHalf, GeoHalf, GeoHalf)

Constructors.

Pixel(v128)

Constructors.

Variables

NameDescription
GeoHalf A

Component values.

GeoHalf B

Component values.

GeoHalf G

Component values.

GeoHalf R

Component values.


Anchor
a274813399e30eb7cbd1eefc928a58361
a274813399e30eb7cbd1eefc928a58361

Geo::GeoFp16Texture::Pixel::operator v128

...

public: operator v128() const

...

Converts this pixel to a to v128.


Anchor
a470f16ed1cf7f43caf2727887db405d9
a470f16ed1cf7f43caf2727887db405d9

Geo::GeoFp16Texture::Pixel::Pixel

...

public: Pixel()

...

Constructors.


Anchor
a683e81744d66f6138ae763e329725c0a
a683e81744d66f6138ae763e329725c0a

Geo::GeoFp16Texture::Pixel::Pixel

...

public: Pixel
(
    GeoHalf r,
    GeoHalf g,
    GeoHalf b,
    GeoHalf a
)

...

Constructors.


Anchor
a2d5a4688448968372ee309803fbf972e
a2d5a4688448968372ee309803fbf972e

Geo::GeoFp16Texture::Pixel::Pixel

...

public: Pixel
(
    v128
)

...

Constructors.