| Summary: | testdrawchessboard.c Sets the render color alpha to 0x0. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Brandon Schaefer <brandontschaefer> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Changes the color alpha from 0x0 -> 0xFF | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/8e4512b74223 |
Created attachment 1483 [details] Changes the color alpha from 0x0 -> 0xFF This means everything will render black if the software rendering backend selects a pixel format that supports alpha. So it seems best to at lease assume alpha is supported.