提交 3dc2024c 编写于 作者: Z Zachary Lund

Remove enable statements. This should be done in platform-independent code using GLEW.

上级 94f88c82
......@@ -181,10 +181,6 @@ struct gl_platform *gl_platform_create(device_t device,
blog(LOG_INFO, "OpenGL version: %s\n", glGetString(GL_VERSION));
glEnable(GL_TEXTURE_CUBE_MAP_SEAMLESS);
glEnable(GL_DEBUG_OUTPUT);
glEnable(GL_CULL_FACE);
plat->swap.device = device;
plat->swap.info = *info;
plat->swap.wi = gl_windowinfo_create(info);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册