THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Use this function to write a byte to an SDL_RWops.
SDL_bool SDL_WriteU8(SDL_RWops *dst, Uint8 value);
dst | the SDL_RWops to write to |
value | the byte value to write |
Returns SDL_TRUE on successful write, SDL_FALSE on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryIO, CategoryDraft