Skip to content

Commit

Permalink
Promote OES_shader_multisample_interpolation to community approved (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev authored Apr 19, 2024
1 parent 5be6f41 commit cf685a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions extensions/OES_shader_multisample_interpolation/extension.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<draft href="OES_shader_multisample_interpolation/">
<extension href="OES_shader_multisample_interpolation/">
<name>OES_shader_multisample_interpolation</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand Down Expand Up @@ -69,5 +69,8 @@ interface OES_shader_multisample_interpolation {
<revision date="2023/06/01">
<change>Initial Draft.</change>
</revision>
<revision date="2024/04/18">
<change>Promoted to Community Approved.</change>
</revision>
</history>
</draft>
</extension>
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
testPassed("No OES_shader_multisample_interpolation support -- this is legal");
} else {
testPassed("Successfully enabled OES_shader_multisample_interpolation extension");
checkEnums();
runQueryTests(true);
runShaderTests(true);
runInterpolationTest();
Expand Down

0 comments on commit cf685a5

Please sign in to comment.