mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:30:05 +00:00
Namespace cleanup
This commit is contained in:
parent
c22db501b3
commit
5a97d99a34
20 changed files with 88 additions and 46 deletions
|
|
@ -191,7 +191,7 @@ float Font::TextLength(const std::string& text, float pointSize) const
|
|||
return x;
|
||||
}
|
||||
|
||||
GLuint Font::GenerateTexture(OpenGLFunctions& gl)
|
||||
GLuint Font::GenerateTexture(gl::OpenGLFunctions& gl)
|
||||
{
|
||||
gl.glGenTextures(1, &p->atlas_->id);
|
||||
gl.glBindTexture(GL_TEXTURE_2D, p->atlas_->id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue