SDL_gpu_examples icon indicating copy to clipboard operation
SDL_gpu_examples copied to clipboard

WIP example collection for the SDL_Gpu API proposal

Results 19 SDL_gpu_examples issues
Sort by recently updated
recently updated
newest added

can fail after SDL_GpuSupportsSwapchainComposition succeeds.... https://github.com/thatcosmonaut/SDL/issues/167

There are now examples in the main SDL repo, so let's move to that system so it can get merged along with the API!

For example, ClearScreen.c could probably be 01-clearscreen.c, and we can organize the rest to either be good for a learning resource or for porting to a new target.

Cycling transfer buffers isn't as trivial as GPU buffers on the library side, but it should be easy for the app side - we should demonstrate this to avoid having...

Thanks, buddy. Could you provide a demo of using a set of basic shader effects? It would be really useful for us ordinary developers.

We can't compile SDL_gpu_examples with MSVC ``` cd SDL_gpu_examples mkdir build cd build cmake .. -DSDL3_DIR="**PATH/TO/SDL3**" cmake --build . --config Release : NG ``` Since the following files cause [MSVC...

This is a trivial but helpful addition: a shader cross compilation batch file for Windows users.