commit | a82ed82bc7679d8a9fefe93c4057c532d927dd11 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Mon Apr 01 15:35:46 2024 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Mon Apr 01 15:45:22 2024 -0700 |
tree | af6af85852dd5ee10da8ff494b6b1dbf218a06a6 | |
parent | aea44cff6be99063be4072421dc9adafe559aac9 [diff] |
SDL_QueryTexture() fills in a pointer to SDL_PixelFormatEnum
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
More extensive documentation is available in the docs directory, starting with README.md. If you are migrating to SDL 3.0 from SDL 2.0, the changes are extensively documented in README-migration.md.
Enjoy!
Sam Lantinga (slouken@libsdl.org)