mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-12 08:48:04 -04:00
Implemented another Texture function
parent
f745af1bd4
commit
6d2eb88771
@ -5,7 +5,7 @@
|
|||||||
| ☑ | SDL_CreateRenderer | Renderer::Renderer() |
|
| ☑ | SDL_CreateRenderer | Renderer::Renderer() |
|
||||||
| ☐ | SDL_CreateSoftwareRenderer | |
|
| ☐ | SDL_CreateSoftwareRenderer | |
|
||||||
| ☑ | SDL_CreateTexture | Texture::Texture() |
|
| ☑ | SDL_CreateTexture | Texture::Texture() |
|
||||||
| ☐ | SDL_CreateTextureFromSurface | |
|
| ☑ | SDL_CreateTextureFromSurface | Texture::Texture() |
|
||||||
| ☐ | SDL_CreateWindowAndRenderer | |
|
| ☐ | SDL_CreateWindowAndRenderer | |
|
||||||
| ☑ | SDL_DestroyRenderer | Renderer::~Renderer() |
|
| ☑ | SDL_DestroyRenderer | Renderer::~Renderer() |
|
||||||
| ☑ | SDL_DestroyTexture | Texture::~Texture() |
|
| ☑ | SDL_DestroyTexture | Texture::~Texture() |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user