Skip to content

Commit

Permalink
Move multisampling shader extensions to draft; add tests (#3573)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev authored Jul 27, 2023
1 parent aca3000 commit ff92a3c
Show file tree
Hide file tree
Showing 5 changed files with 772 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<proposal href="proposals/OES_sample_variables/">
<draft href="OES_sample_variables/">
<name>OES_sample_variables</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand All @@ -9,7 +9,7 @@
<contributor>Members of the WebGL working group</contributor>
</contributors>

<number>NN</number>
<number>56</number>

<depends>
<api version="2.0"/>
Expand Down Expand Up @@ -47,4 +47,4 @@ interface OES_sample_variables {
<change>Initial Draft.</change>
</revision>
</history>
</proposal>
</draft>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<proposal href="proposals/OES_shader_multisample_interpolation/">
<draft href="OES_shader_multisample_interpolation/">
<name>OES_shader_multisample_interpolation</name>

<contact> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL
Expand All @@ -9,7 +9,7 @@
<contributor>Members of the WebGL working group</contributor>
</contributors>

<number>NN</number>
<number>57</number>

<depends>
<api version="2.0"/>
Expand Down Expand Up @@ -70,4 +70,4 @@ interface OES_shader_multisample_interpolation {
<change>Initial Draft.</change>
</revision>
</history>
</proposal>
</draft>
2 changes: 2 additions & 0 deletions sdk/tests/conformance2/extensions/00_test_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ promoted-extensions.html
promoted-extensions-in-shaders.html
--min-version 2.0.1 nv-shader-noperspective-interpolation.html
--min-version 2.0.1 oes-draw-buffers-indexed.html
--min-version 2.0.1 oes-sample-variables.html
--min-version 2.0.1 oes-shader-multisample-interpolation.html
--min-version 2.0.1 ovr_multiview2.html
--min-version 2.0.1 ovr_multiview2_depth.html
--min-version 2.0.1 ovr_multiview2_draw_buffers.html
Expand Down
Loading

0 comments on commit ff92a3c

Please sign in to comment.