mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-12 16:57:00 -04:00
Implemented more getters
parent
900dc547fb
commit
cd161a5d71
@ -9,14 +9,14 @@
|
||||
| ☐ | SDL_CreateWindowAndRenderer | |
|
||||
| ☑ | SDL_DestroyRenderer | Renderer::~Renderer() |
|
||||
| ☑ | SDL_DestroyTexture | Texture::~Texture() |
|
||||
| ☐ | SDL_GetNumRenderDrivers | |
|
||||
| ☐ | SDL_GetNumRenderDrivers | non-oo |
|
||||
| ☑ | SDL_GetRenderDrawBlendMode | Renderer::GetDrawBlendMode() |
|
||||
| ☑ | SDL_GetRenderDrawColor | Renderer::GetDrawColor() |
|
||||
| ☐ | SDL_GetRenderDriverInfo | |
|
||||
| ☐ | SDL_GetRenderTarget | |
|
||||
| ☐ | SDL_GetRenderer | |
|
||||
| ☐ | SDL_GetRenderDriverInfo | non-oo |
|
||||
| ☐ | SDL_GetRenderTarget | breaks incapsulation |
|
||||
| ☐ | SDL_GetRenderer | breaks incapsulation |
|
||||
| ☑ | SDL_GetRendererInfo | Renderer::GetInfo() |
|
||||
| ☐ | SDL_GetRendererOutputSize | |
|
||||
| ☑ | SDL_GetRendererOutputSize | Renderer::GetOutputSize(), Renderer::GetOutputWidth(), Renderer::GetOutputHeight() |
|
||||
| ☑ | SDL_GetTextureAlphaMod | Texture::GetAlphaMod() |
|
||||
| ☑ | SDL_GetTextureBlendMode | Texture::GetBlendMode() |
|
||||
| ☑ | SDL_GetTextureColorMod | Texture::GetColorMod() |
|
||||
@ -52,4 +52,4 @@
|
||||
| ☑ | SDL_SetTextureColorMod | Texture::SetColorMod() |
|
||||
| ☑ | SDL_UnlockTexture | Texture::LockHandle::~LockHandle() |
|
||||
| ☑ | SDL_UpdateTexture | Texture::Update() |
|
||||
| ☐ | SDL_UpdateYUVTexture | |
|
||||
| ☑ | SDL_UpdateYUVTexture | Texture::UpdateYUV() |
|
||||
|
Loading…
x
Reference in New Issue
Block a user