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() |