mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-11 00:06:20 -04:00
Implemented some Texture getters
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() |
|
||||
|
Loading…
x
Reference in New Issue
Block a user