@@ -16,15 +16,16 @@ Contributors
16
16
Daniel Rakos, AMD
17
17
Timothy Lottes, AMD
18
18
Graham Sellers, AMD
19
+ Ashley Smith, Collabora
19
20
20
21
Status
21
22
22
23
Complete
23
24
24
25
Version
25
26
26
- Last Modified Date: 10/29/2019
27
- Revision: 2
27
+ Last Modified Date: 2025/04/07
28
+ Revision: 3
28
29
29
30
Number
30
31
@@ -40,6 +41,9 @@ Dependencies
40
41
41
42
This extension interacts with GL_ARB_gpu_shader_int64.
42
43
44
+ Additional changes are written against the OpenGL ES Shading
45
+ Language Specification, Version 3.20.8, dated 2023/08/14.
46
+
43
47
Overview
44
48
45
49
This extension exposes a real-time counter which may be used
@@ -107,6 +111,11 @@ Dependencies on GL_ARB_gpu_shader_int64:
107
111
If GL_ARB_gpu_shader_int64 is not supported, remove clockRealtimeEXT() and any
108
112
reference to the uint64 type.
109
113
114
+ Modifications to the OpenGL ES Shading Language Specification, Version 3.20.8
115
+
116
+ Incorporate all applicable modifications to the OpenGL Shading Language
117
+ Specification, Version 4.40 above.
118
+
110
119
IP Status
111
120
112
121
None.
@@ -121,7 +130,8 @@ Issues
121
130
122
131
Revision History
123
132
124
- Rev Date Author Changes
125
- --- ---------- -------- ---------------------------------------------
126
- 1 10/02/2018 ahagan Initial revision based on ARB_shader_clock.
127
- 2 10/29/2019 dgkoch Add mapping to SPIR-V section, mark complete.
133
+ Rev Date Author Changes
134
+ --- ---------- -------- ---------------------------------------------
135
+ 1 10/02/2018 ahagan Initial revision based on ARB_shader_clock.
136
+ 2 10/29/2019 dgkoch Add mapping to SPIR-V section, mark complete.
137
+ 3 07/04/2025 ashleysmithcol Add modifications for ESSL.
0 commit comments