Hajime Hoshi
|
0e722669ef
|
internal/glfw: add const definitions
This is one of the steps to merge internal/glfw and internal/goglfw.
Updates #2703
|
2023-10-04 03:04:47 +09:00 |
|
Hajime Hoshi
|
00e45affe9
|
all: update OpenGL version from 2.1 to 3.2
'texelFetch' requires OpenGLSL 1.30, which requires OpenGL 3.0+.
macOS might not support OpenGL 3.0 and 3.1, so adopt 3.2.
Updates #1431
|
2023-04-23 14:25:36 +09:00 |
|
Hajime Hoshi
|
95709d9182
|
internal/graphicsdriver/opengl: update GLES version to 3.0
GLES 3.0 is required for GLSL ES 3.0
Updates #1431
|
2023-04-19 22:43:26 +09:00 |
|
Hajime Hoshi
|
95b4e67c77
|
internal/graphicsdriver/opengl: reduce context functions
|
2022-11-18 03:18:30 +09:00 |
|
Hajime Hoshi
|
1e86e7fa18
|
internal/ui: refactoring: reduce opengles build tags
Updates #292
|
2022-11-14 02:46:34 +09:00 |
|