MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / DrawRects

Function DrawRects

deps/SDL2/test/testrelative.c:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28SDL_Event event;
29
30static void
31DrawRects(SDL_Renderer * renderer, SDL_Rect * rect)
32{
33 SDL_SetRenderDrawColor(renderer, 255, 0, 0, 255);
34 SDL_RenderFillRect(renderer, rect);
35}
36
37static void
38loop(){

Callers 1

loopFunction · 0.70

Calls 2

SDL_SetRenderDrawColorFunction · 0.85
SDL_RenderFillRectFunction · 0.85

Tested by

no test coverage detected