mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Update readme and fix some last straggling bits
This commit is contained in:
parent
9c99ac7800
commit
5582d0c57b
3 changed files with 443 additions and 549 deletions
|
|
@ -109,6 +109,8 @@ static void Clay_SDL2_Render(SDL_Renderer *renderer, Clay_RenderCommandArray ren
|
|||
};
|
||||
|
||||
SDL_RenderCopy(renderer, texture, NULL, &destination);
|
||||
|
||||
SDL_DestroyTexture(texture);
|
||||
break;
|
||||
}
|
||||
case CLAY_RENDER_COMMAND_TYPE_BORDER: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue