Implemented some Texture getters

Dmitry Marakasov 2015-01-15 16:26:49 +03:00
parent ad29b7c1a9
commit 35f2d4b1f7

@ -17,9 +17,9 @@
| ☐ | SDL_GetRenderer | |
| ☑ | SDL_GetRendererInfo | Renderer::GetInfo() |
| ☐ | SDL_GetRendererOutputSize | |
| ☐ | SDL_GetTextureAlphaMod | |
| ☐ | SDL_GetTextureBlendMode | |
| ☐ | SDL_GetTextureColorMod | |
| ☑ | SDL_GetTextureAlphaMod | Texture::GetAlphaMod() |
| ☑ | SDL_GetTextureBlendMode | Texture::GetBlendMode() |
| ☑ | SDL_GetTextureColorMod | Texture::GetColorMod() |
| ☑ | SDL_LockTexture | Texture::Lock(), Texture::LockHandle::LockHandle() |
| ☑ | SDL_QueryTexture | Texture::GetFormat(), Texture::GetAccess(), Texture::GetWidth(), Texture::GetHeight() |
| ☑ | SDL_RenderClear | Renderer::Clear() |