summaryrefslogtreecommitdiff
path: root/src/glfw
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-03-12 01:20:53 -0600
committersanine <sanine.not@pm.me>2023-03-12 01:20:53 -0600
commitcc7dfef17ffaa41a675364fb5f0561a13d6b0dba (patch)
tree5d3a4040b2867f90e15f817e6ab635ac98f41327 /src/glfw
parent437f58fd5d3bdcc94bf69aa3d283a3987921e832 (diff)
really really strongy suggest core profile (looking @ u, mac)
Diffstat (limited to 'src/glfw')
-rw-r--r--src/glfw/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glfw/setup.h b/src/glfw/setup.h
index 4226c3b..b867627 100644
--- a/src/glfw/setup.h
+++ b/src/glfw/setup.h
@@ -204,6 +204,7 @@ H_GLFW_FUNCTIONS
X("OPENGL_FORWARD_COMPAT", GLFW_OPENGL_FORWARD_COMPAT) \
X("OPENGL_DEBUG_CONTEXT", GLFW_OPENGL_DEBUG_CONTEXT) \
X("OPENGL_PROFILE", GLFW_OPENGL_PROFILE) \
+ X("OPENGL_CORE_PROFILE", GLFW_OPENGL_CORE_PROFILE) \
X("CONTEXT_RELEASE_BEHAVIOR", GLFW_CONTEXT_RELEASE_BEHAVIOR) \
X("CONTEXT_NO_ERROR", GLFW_CONTEXT_NO_ERROR) \
X("CONTEXT_CREATION_API", GLFW_CONTEXT_CREATION_API) \