Render::TextureManager* GetTextureManager() const;
GetTextureManager retrieves the texture manager for texture creation. TextureManager can be accessed (from the Advance thread) after InitGraphics is called and before DestroyGraphics. Texture creation should be thread-safe.
The TextureManager for texture creation.