浏览代码

SDL_GetPixelFormatName() returns a string

Sam Lantinga 1 年之前
父节点
当前提交
282cf286fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL3/SDL_pixels.h

+ 1 - 1
include/SDL3/SDL_pixels.h

@@ -764,7 +764,7 @@ typedef struct SDL_PixelFormatDetails
  *
  * \param format the pixel format to query.
  * \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.
  *