Przeglądaj źródła

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

master
Sam Hocevar 12 lat temu
rodzic
commit
8e2afeba55
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      neercs/video/text-render.cpp

+ 1
- 1
neercs/video/text-render.cpp Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz