mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
Updated documentation for bool return type
Also updated the test CRC functions to return bool.
This commit is contained in:
parent
4a2683e2c1
commit
1bbc897e48
6 changed files with 42 additions and 39 deletions
|
@ -989,7 +989,7 @@ extern SDL_DECLSPEC SDL_bool SDLCALL SDL_GetTextureAlphaModFloat(SDL_Texture *te
|
|||
* Set the blend mode for a texture, used by SDL_RenderTexture().
|
||||
*
|
||||
* If the blend mode is not supported, the closest supported mode is chosen
|
||||
* and this function returns -1.
|
||||
* and this function returns SDL_FALSE.
|
||||
*
|
||||
* \param texture the texture to update.
|
||||
* \param blendMode the SDL_BlendMode to use for texture blending.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue