AMD_performance_monitors is not const-correct
Workaround fo bug in rhe specification of AMD_performance_monitors. Upstream bug report here: https://www.khronos.org/bugzilla/show_bug.cgi?id=1035
This commit is contained in:
parent
4fd6347de7
commit
2e14ca59b2
1 changed files with 18 additions and 0 deletions
|
@ -1232,6 +1232,12 @@
|
|||
</param>
|
||||
</function>
|
||||
|
||||
<!-- Amd -->
|
||||
<!-- AMD_performance_monitors is not const-correct -->
|
||||
<function name="DeletePerfMonitors" extension="AMD">
|
||||
<param name="monitors"><flow>in</flow></param>
|
||||
</function>
|
||||
|
||||
<!-- Arb -->
|
||||
|
||||
<function name="ProgramParameteri" extension="Arb">
|
||||
|
@ -4101,6 +4107,13 @@
|
|||
<param name="mode"><type>BeginMode</type></param>
|
||||
</function>
|
||||
</overload>
|
||||
|
||||
<replace name="gles1">
|
||||
<!-- AMD_performance_monitors is not const-correct -->
|
||||
<function name="DeletePerfMonitors" extension="AMD">
|
||||
<param name="monitors"><flow>in</flow></param>
|
||||
</function>
|
||||
</replace>
|
||||
|
||||
<add name="gles1">
|
||||
<enum name="BeginMode">
|
||||
|
@ -4928,6 +4941,11 @@
|
|||
<function name="GetStringi">
|
||||
<param name="name"><type>StringNameIndexed</type></param>
|
||||
</function>
|
||||
|
||||
<!-- AMD_performance_monitors is not const-correct -->
|
||||
<function name="DeletePerfMonitors" extension="AMD">
|
||||
<param name="monitors"><flow>in</flow></param>
|
||||
</function>
|
||||
|
||||
<!-- EXT_disjoint_timer_query -->
|
||||
<function name="QueryCounter">
|
||||
|
|
Loading…
Reference in a new issue