Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-04-04 15:40:48 +00:00
parent accd952c4e
commit 1687bc746d

View File

@@ -2270,11 +2270,11 @@ extern SDL_DECLSPEC SDL_GPUShaderFormat SDLCALL SDL_GetGPUShaderFormats(SDL_GPUD
* *
* `SDL_PROP_GPU_DEVICE_NAME_STRING`: Contains the name of the underlying * `SDL_PROP_GPU_DEVICE_NAME_STRING`: Contains the name of the underlying
* device as reported by the system driver. This string has no standardized * device as reported by the system driver. This string has no standardized
* format, is highly inconsistent between hardware devices and drivers, and * format, is highly inconsistent between hardware devices and drivers, and is
* is able to change at any time. Do not attempt to parse this string as it * able to change at any time. Do not attempt to parse this string as it is
* is bound to fail at some point in the future when system drivers are * bound to fail at some point in the future when system drivers are updated,
* updated, new hardware devices are introduced, or when SDL adds new GPU * new hardware devices are introduced, or when SDL adds new GPU backends or
* backends or modifies existing ones. * modifies existing ones.
* *
* Strings that have been found in the wild include: * Strings that have been found in the wild include:
* *
@@ -2333,9 +2333,8 @@ extern SDL_DECLSPEC SDL_GPUShaderFormat SDLCALL SDL_GetGPUShaderFormats(SDL_GPUD
* information of the underlying system driver as reported by the driver. This * information of the underlying system driver as reported by the driver. This
* is an arbitrary string with no standardized format and it may contain * is an arbitrary string with no standardized format and it may contain
* newlines. This property should be preferred over * newlines. This property should be preferred over
* SDL_PROP_GPU_DEVICE_DRIVER_VERSION_STRING if it is available as it * SDL_PROP_GPU_DEVICE_DRIVER_VERSION_STRING if it is available as it usually
* usually contains the same information but in a format that is easier to * contains the same information but in a format that is easier to read.
* read.
* *
* Strings that have been found in the wild include: * Strings that have been found in the wild include:
* *