Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
SDL_Event event;
29
30
static void
31
DrawRects(SDL_Renderer * renderer, SDL_Rect * rect)
32
{
33
SDL_SetRenderDrawColor(renderer, 255, 0, 0, 255);
34
SDL_RenderFillRect(renderer, rect);
35
}
36
37
static void
38
loop(){
Callers
1
loop
Function · 0.70
Calls
2
SDL_SetRenderDrawColor
Function · 0.85
SDL_RenderFillRect
Function · 0.85
Tested by
no test coverage detected