Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-09-13 16:30:11 +00:00
parent 96e147b2b9
commit 262ffa27e7
1 changed files with 2 additions and 2 deletions

View File

@ -1806,8 +1806,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetGPUDeviceDriver(SDL_GPUDevice *d
* Returns the supported shader formats for this GPU context.
*
* \param device a GPU context to query.
* \returns a bitflag indicating which shader formats the driver is
* able to consume.
* \returns a bitflag indicating which shader formats the driver is able to
* consume.
*
* \since This function is available since SDL 3.0.0.
*/