-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathvisgl_gl_context_params.json
More file actions
39 lines (38 loc) · 1.19 KB
/
visgl_gl_context_params.json
File metadata and controls
39 lines (38 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"info" : {
"name" : "VISGL_GL_CONTEXT_PARAMS",
"type" : "extension",
"dependencies" : ["anari_core_1_0"]
},
"objects" : [
{
"type" : "ANARI_DEVICE",
"parameters" : [
{
"name" : "glAPI",
"types" : ["ANARI_STRING"],
"tags" : [],
"values" : ["OpenGL", "OpenGL_ES"],
"default" : "OpenGL_ES",
"description" : "GL API"
}, {
"name" : "glDebug",
"types" : ["ANARI_BOOL"],
"tags" : [],
"default" : 0,
"description" : "Use a debug context"
}, {
"name" : "EGLDisplay",
"types" : ["ANARI_VOID_POINTER"],
"tags" : [],
"description" : "EGLDisplay"
}, {
"name" : "EGlContext",
"types" : ["ANARI_VOID_POINTER"],
"tags" : [],
"description" : "EGLContext to share with"
}
]
}
]
}