From e6aac59610f326d7eed29a7dd6ce0ccafaf03e4c Mon Sep 17 00:00:00 2001 From: Kelsey Gilbert Date: Wed, 17 Aug 2022 15:01:24 -0700 Subject: [PATCH] Add test of gl_VertexID and gl_InstanceID. Includes details in new test about both state-of-specification, and known errata. Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1779800 --- .../conformance2/rendering/00_test_list.txt | 1 + .../rendering/builtin-vert-attribs.html | 408 ++++++++++++++++++ 2 files changed, 409 insertions(+) create mode 100644 sdk/tests/conformance2/rendering/builtin-vert-attribs.html diff --git a/sdk/tests/conformance2/rendering/00_test_list.txt b/sdk/tests/conformance2/rendering/00_test_list.txt index c4a1bbe9e8..92ce232ee2 100644 --- a/sdk/tests/conformance2/rendering/00_test_list.txt +++ b/sdk/tests/conformance2/rendering/00_test_list.txt @@ -11,6 +11,7 @@ blitframebuffer-size-overflow.html --min-version 2.0.1 blitframebuffer-stencil-only.html blitframebuffer-test.html --min-version 2.0.1 blitframebuffer-unaffected-by-colormask.html +--min-version 2.0.1 builtin-vert-attribs.html canvas-resizing-with-pbo-bound.html --min-version 2.0.1 clearbuffer-sub-source.html --min-version 2.0.1 clearbufferfv-with-alpha-false.html diff --git a/sdk/tests/conformance2/rendering/builtin-vert-attribs.html b/sdk/tests/conformance2/rendering/builtin-vert-attribs.html new file mode 100644 index 0000000000..cc64c9034b --- /dev/null +++ b/sdk/tests/conformance2/rendering/builtin-vert-attribs.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + +
+
+ + +