Contents

texture::setPixel

In the context of a texture stage, sets the current pixels’ value.

Declaration

void texture::setPixel(float4 value)

Parameters

  • value:

    The four-component floating-point color value to store

Discussion