sdl_gpu_test/IDEAS.md
2024-09-19 17:59:21 +02:00

353 B

more ideas on what to try out

  • post processing
  • UI rendering
  • DirectX
  • compute shaders
  • mini game
  • ImGui?
  • extending SDL_gpu?
    • access to the underlying Vulkan types
  • check out the Vulkan calls generated
    • are they correct? (synchronisation, image transitions, etc.)
    • are they good? (performance wise)