16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 06:49:19 +02:00

geometry shader changes

This commit is contained in:
milek7
2019-03-17 23:17:35 +01:00
parent 4383b0c7e0
commit a0738d109b
5 changed files with 35 additions and 18 deletions

View File

@@ -3901,6 +3901,9 @@ bool opengl_renderer::Init_caps()
if (GLAD_GL_EXT_clip_control)
WriteLog("EXT_clip_control supported!");
if (GLAD_GL_EXT_geometry_shader)
WriteLog("EXT_geometry_shader supported!");
}
glGetError();