On 5/16/22 03:12, Charles Davis wrote:
On Mon, May 16, 2022 at 12:49 AM Zebediah Figura zfigura@codeweavers.com wrote:
- static const float clear_color[] = {0.0f, 1.0f, 0.0f, 1.0f};
This doesn't do what you think it does. Those render targets are UINT, not UNORM.
Oops, I assumed it was a UNORM format without actually checking :-(