From 35f2d4b1f7330e41072c43e31339f9bd8b15553a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 15 Jan 2015 16:26:49 +0300 Subject: [PATCH] Implemented some Texture getters --- Completeness-CategoryRender.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Completeness-CategoryRender.md b/Completeness-CategoryRender.md index c545ebc..18918e3 100644 --- a/Completeness-CategoryRender.md +++ b/Completeness-CategoryRender.md @@ -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() |