| Summary: | [Feature] Additional SDL_Metal_* APIs | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Caleb Cornett <spydog> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amaranth72, icculus |
| Version: | 2.0.10 | Keywords: | target-2.0.14 |
| Hardware: | All | ||
| OS: | macOS 10.14 | ||
| Attachments: | Diff with the API implementations | ||
|
Description
Caleb Cornett
2019-09-08 05:13:11 UTC
I mostly didn't add GetLayer and GetDrawableSize APIs because I didn't think they'd be too useful (the layer can be obtained from the view, and the drawable size is a property on the layer already). That said, the changes look fine to me. Sam/Ryan: thoughts? This looks good. I merged it up to the latest and it's now https://hg.libsdl.org/SDL/rev/aca267270368, thanks! --ryan. |