mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 19:19:41 +08:00
SDL_GetPixelFormatName() returns a string
This commit is contained in:
@@ -764,7 +764,7 @@ typedef struct SDL_PixelFormatDetails
|
|||||||
*
|
*
|
||||||
* \param format the pixel format to query.
|
* \param format the pixel format to query.
|
||||||
* \returns the human readable name of the specified pixel format or
|
* \returns the human readable name of the specified pixel format or
|
||||||
* `SDL_PIXELFORMAT_UNKNOWN` if the format isn't recognized.
|
* "SDL_PIXELFORMAT_UNKNOWN" if the format isn't recognized.
|
||||||
*
|
*
|
||||||
* \threadsafety It is safe to call this function from any thread.
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user