Explorar el Código

neercs: deactivate OpenGL code when we build for OpenGL ES.

master
Sam Hocevar hace 12 años
padre
commit
8e2afeba55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      neercs/video/text-render.cpp

+ 1
- 1
neercs/video/text-render.cpp Ver fichero

@@ -122,9 +122,9 @@ void TextRender::Render()
glEnable(GL_POINT_SPRITE);
//glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
glDisable(GL_POINT_SMOOTH);
#endif
glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
glTexEnvi(GL_POINT_SPRITE, GL_COORD_REPLACE, GL_TRUE);
#endif
m_shader->Bind();
m_font->Bind();
m_shader->SetUniform(m_texture, 0);


Cargando…
Cancelar
Guardar