https://www.libsdl.org/release/SDL-1.2.15/docs/html/sdlgetvideoinfo.html
In the old days, it was possible to retrieve a SDL_VideoInfo struct which contained information like total free video memory available. Is it possible to still findout this sort of information? I could not find links in the SDL2 docs or source code.
In a similar fashion, is it possible to findout how much memory a texture uses in the video memory?
Thanks!