From 3ff07f58e580a44ebfb21a8b1db40c3ed25e5aac Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 25 Mar 2017 10:33:42 +0900 Subject: [PATCH] Test for having the same read and write buffer using a transform feedback note: there are 2 lines marked as "FIXME" that I believe should be removed assuming the spec changes so that `gl.bindBuffer` is less strict --- .../transform_feedback/00_test_list.txt | 1 + ...back_same_buffers_as_input_and_output.html | 159 ++++++++++++++++++ 2 files changed, 160 insertions(+) create mode 100644 sdk/tests/conformance2/transform_feedback/transform_feedback_same_buffers_as_input_and_output.html diff --git a/sdk/tests/conformance2/transform_feedback/00_test_list.txt b/sdk/tests/conformance2/transform_feedback/00_test_list.txt index 84da3d3ca6..2f1ee44d7b 100644 --- a/sdk/tests/conformance2/transform_feedback/00_test_list.txt +++ b/sdk/tests/conformance2/transform_feedback/00_test_list.txt @@ -1,3 +1,4 @@ transform_feedback.html +transform_feedback_same_buffers_as_input_and_output.html two-unreferenced-varyings.html unwritten-output-defaults-to-zero.html diff --git a/sdk/tests/conformance2/transform_feedback/transform_feedback_same_buffers_as_input_and_output.html b/sdk/tests/conformance2/transform_feedback/transform_feedback_same_buffers_as_input_and_output.html new file mode 100644 index 0000000000..27fec7055d --- /dev/null +++ b/sdk/tests/conformance2/transform_feedback/transform_feedback_same_buffers_as_input_and_output.html @@ -0,0 +1,159 @@ + + + + + + +WebGL Transform Feedback Conformance Test - Same Buffers as Input and Output + + + + + +
+ +
+ + + + + +