Streaming data and SDL_RWops

Can I create a memory SDL_RWops object and keep writing streaming data to it without overflow? Thanks.

– Cheng

Can I create a memory SDL_RWops object and keep writing streaming data to it without overflow? Thanks.

No.

But, it’s easy to implement as your own custom RWops.

–ryan.