summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorHoward Stearns <howard.stearns@gmail.com>2022-08-26 09:50:08 -0700
committerHoward Stearns <howard.stearns@gmail.com>2022-08-26 09:50:08 -0700
commit1b5c13fd446dbf9193aca9baa66f62edb1393875 (patch)
tree890beda21760a9be16afe868689c9099fe6202ca /indra/llwindow
parenta8d122365db280d04552dbc23db9c43dbf1cb400 (diff)
parent509cfcad3167d6ea464c5bb19397daaf537a5594 (diff)
Merge branch 'brad/opengl-core-profile-mac' of bitbucket.org:lindenlab/viewer into SL-17967
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llopenglview-objc.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.mm b/indra/llwindow/llopenglview-objc.mm
index fd20f2ad15..f6d90f3479 100644
--- a/indra/llwindow/llopenglview-objc.mm
+++ b/indra/llwindow/llopenglview-objc.mm
@@ -256,6 +256,7 @@ attributedStringInfo getSegments(NSAttributedString *str)
NSOpenGLPFADepthSize, 24,
NSOpenGLPFAAlphaSize, 8,
NSOpenGLPFAColorSize, 24,
+ NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core,
0
};