include: Fill in more category documentation.

Reference Issue #11874.
This commit is contained in:
Ryan C. Gordon
2025-01-05 14:11:11 -05:00
parent 16ad3e5af6
commit 7f9ee31024
5 changed files with 48 additions and 8 deletions

View File

@@ -23,6 +23,10 @@
* # CategoryMetal
*
* Functions to creating Metal layers and views on SDL windows.
*
* This provides some platform-specific glue for Apple platforms. Most macOS
* and iOS apps can use SDL without these functions, but this API they can be
* useful for specific OS-level integration tasks.
*/
#ifndef SDL_metal_h_