Game Development in C using SDL | Creating a Renderer

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 1

  • @vibrancydevelopers.9420
    @vibrancydevelopers.9420  12 днів тому

    Timecards
    00:00 - Intro
    00:29 - The Rendering concept
    01:16 - The SDL_CreateRenderer function
    03:45 - The SDL_DestroyRenderer function
    04:28 - Drawing on the surface (SetRenderDrawColor)
    06:00 - SDL_RenderFillRect function
    06:41 - The concepts of a buffer
    06:58 - SDL_RenderPresent fucntion
    08:17 - Conclusion