Implemented another Texture function

Dmitry Marakasov 2014-12-27 21:46:53 +03:00
parent f745af1bd4
commit 6d2eb88771

@ -5,7 +5,7 @@
| ☑ | SDL_CreateRenderer | Renderer::Renderer() |
| ☐ | SDL_CreateSoftwareRenderer | |
| ☑ | SDL_CreateTexture | Texture::Texture() |
| ☐ | SDL_CreateTextureFromSurface | |
| ☑ | SDL_CreateTextureFromSurface | Texture::Texture() |
| ☐ | SDL_CreateWindowAndRenderer | |
| ☑ | SDL_DestroyRenderer | Renderer::~Renderer() |
| ☑ | SDL_DestroyTexture | Texture::~Texture() |