pub const LUT_TEXTURE_FORMAT: TextureFormat;Expand description
The GPU LUT texture format. Rgba8Unorm is trivially filterable everywhere
and — since the display surface is itself 8-bit — adds no visible banding
over the analytic cosine (the no-regression concern), while needing no
half-float conversion on upload.