mirror of https://github.com/libsdl-org/SDL.git
Sync SDL3 wiki -> header
This commit is contained in:
parent
5836b880b4
commit
cb854d1bc9
|
|
@ -192,10 +192,10 @@ extern SDL_DECLSPEC SDL_CameraID *SDLCALL SDL_GetCameras(int *count);
|
||||||
* and sizes and so want to find the optimal spec that doesn't require
|
* and sizes and so want to find the optimal spec that doesn't require
|
||||||
* conversion.
|
* conversion.
|
||||||
*
|
*
|
||||||
* This function isn't strictly required; if you call SDL_OpenCamera
|
* This function isn't strictly required; if you call SDL_OpenCamera with a
|
||||||
* with a NULL spec, SDL will choose a native format for you, and if you
|
* NULL spec, SDL will choose a native format for you, and if you instead
|
||||||
* instead specify a desired format, it will transparently convert to the
|
* specify a desired format, it will transparently convert to the requested
|
||||||
* requested format on your behalf.
|
* format on your behalf.
|
||||||
*
|
*
|
||||||
* If `count` is not NULL, it will be filled with the number of elements in
|
* If `count` is not NULL, it will be filled with the number of elements in
|
||||||
* the returned array. Additionally, the last element of the array has all
|
* the returned array. Additionally, the last element of the array has all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue