Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/angle
Path: blob/main_old/extensions/EGL_ANGLE_create_context_extensions_enabled.txt
1693 views
1
Name
2
3
ANGLE_create_context_extensions_enabled
4
5
Name Strings
6
7
EGL_ANGLE_create_context_extensions_enabled
8
9
Contributors
10
11
Geoff Lang
12
13
Contacts
14
15
Geoff Lang (geofflang 'at' google.com)
16
17
Status
18
19
Draft
20
21
Version
22
23
Version 1, Marchh 14, 2018
24
25
Number
26
27
EGL Extension #??
28
29
Dependencies
30
31
This extension is written against the wording of the EGL 1.4
32
Specification.
33
34
This extension has interactions with
35
EGL_ANGLE_create_context_webgl_compatibility.
36
37
Overview
38
39
This extension allows the creation of an OpenGL or OpenGL ES context that
40
enables or disables all requestable extensions by default.
41
42
New Types
43
44
None
45
46
New Procedures and Functions
47
48
None
49
50
New Tokens
51
52
Accepted as an attribute name in the <*attrib_list> argument to
53
eglCreateContext:
54
55
EGL_EXTENSIONS_ENABLED_ANGLE 0x345F
56
57
Additions to the EGL 1.4 Specification
58
59
Add the following to section 3.7.1 "Creating Rendering Contexts":
60
61
EGL_EXTENSIONS_ENABLED_ANGLE indicates whether the context should be
62
created with all requestable extensions initially enabled or disabled. The
63
default value of EGL_EXTENSIONS_ENABLED_ANGLE is EGL_TRUE. However, if
64
EGL_ANGLE_create_context_webgl_compatibility is also supported and
65
EGL_CONTEXT_WEBGL_COMPATIBILITY_ANGLE has a value of EGL_TRUE, the default
66
value of EGL_EXTENSIONS_ENABLED_ANGLE is EGL_FALSE.
67
68
Errors
69
70
None
71
72
New State
73
74
None
75
76
Conformance Tests
77
78
TBD
79
80
Issues
81
82
None
83
84
Revision History
85
86
Rev. Date Author Changes
87
---- ------------- --------- ----------------------------------------
88
1 Mar 14, 2018 geofflang Initial version
89
90