Skip to content

Commit ea50a25

Browse files
Add ESSL support for GL_EXT_shader_realtime_clock
1 parent 1aa2494 commit ea50a25

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ that do not live in the Khronos registries for OpenGL or OpenGL ES.
101101
- link:{repo}/nv/GLSL_NV_cluster_acceleration_structure.txt[GL_NV_cluster_acceleration_structure]
102102
- link:{repo}/nv/GLSL_NV_linear_swept_spheres.txt[GL_NV_linear_swept_spheres]
103103
- link:{repo}/ext/GLSL_EXT_nontemporal_keyword.txt[GL_EXT_nontemporal_keyword]
104+
- link:{repo}/ext/GL_EXT_shader_realtime_clock.txt[GL_EXT_shader_realtime_clock]

extensions/ext/GL_EXT_shader_realtime_clock.txt

+16-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ Contributors
1616
Daniel Rakos, AMD
1717
Timothy Lottes, AMD
1818
Graham Sellers, AMD
19+
Ashley Smith, Collabora
1920

2021
Status
2122

2223
Complete
2324

2425
Version
2526

26-
Last Modified Date: 10/29/2019
27-
Revision: 2
27+
Last Modified Date: 2025/04/07
28+
Revision: 3
2829

2930
Number
3031

@@ -40,6 +41,9 @@ Dependencies
4041

4142
This extension interacts with GL_ARB_gpu_shader_int64.
4243

44+
Additional changes are written against the OpenGL ES Shading
45+
Language Specification, Version 3.20.8, dated 2023/08/14.
46+
4347
Overview
4448

4549
This extension exposes a real-time counter which may be used
@@ -107,6 +111,11 @@ Dependencies on GL_ARB_gpu_shader_int64:
107111
If GL_ARB_gpu_shader_int64 is not supported, remove clockRealtimeEXT() and any
108112
reference to the uint64 type.
109113

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+
110119
IP Status
111120

112121
None.
@@ -121,7 +130,8 @@ Issues
121130

122131
Revision History
123132

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

Comments
 (0)