Sync wiki -> headers.

This commit is contained in:
Ryan C. Gordon 2023-11-09 20:11:23 -05:00
parent 74f3643bfa
commit aa7baf63aa
No known key found for this signature in database
GPG key ID: FA148B892AB48044
5 changed files with 72 additions and 53 deletions

View file

@ -309,11 +309,12 @@ extern DECLSPEC int SDLCALL SDL_GetRendererInfo(SDL_Renderer *renderer, SDL_Rend
/**
* Get the properties associated with a renderer.
*
* The following properties are provided by SDL:
* "SDL.renderer.d3d9.device" - the IDirect3DDevice9 associated with the renderer
* The following properties are provided by SDL: "SDL.renderer.d3d9.device" -
* the IDirect3DDevice9 associated with the renderer
* "SDL.renderer.d3d11.device" - the ID3D11Device associated with the renderer
* "SDL.renderer.d3d12.device" - the ID3D12Device associated with the renderer
* "SDL.renderer.d3d12.command_queue" - the ID3D12CommandQueue associated with the renderer
* "SDL.renderer.d3d12.command_queue" - the ID3D12CommandQueue associated with
* the renderer
*
* \param renderer the rendering context
* \returns a valid property ID on success or 0 on failure; call