-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.glslrc.json
More file actions
21 lines (21 loc) · 668 Bytes
/
.glslrc.json
File metadata and controls
21 lines (21 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": "4.6",
"profile": "core",
"extensions": [
"GL_EXT_shader_explicit_arithmetic_types",
"GL_EXT_shader_explicit_arithmetic_types_int8",
"GL_EXT_shader_explicit_arithmetic_types_int16",
"GL_EXT_shader_explicit_arithmetic_types_int32",
"GL_EXT_shader_explicit_arithmetic_types_int64",
"GL_EXT_shader_explicit_arithmetic_types_float16",
"GL_EXT_shader_explicit_arithmetic_types_float32",
"GL_EXT_shader_explicit_arithmetic_types_float64"
],
"defines": ["WEBGL_VERSION=2"],
"warnings": {
"unused_variables": true,
"unused_functions": true,
"missing_precision": true,
"deprecated_functions": true
}
}