Skip to content

Commit

Permalink
Remove non-needed funtest.
Browse files Browse the repository at this point in the history
It used to be important when “tessellations” required a bit of data,
like the number of vertices to render, but we have simplified the whole
abstraction (a lot!), so that funtest doesn’t make sense anymore.

Goodbye.
  • Loading branch information
hadronized committed Jan 21, 2023
1 parent f01df4b commit 418baa9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
27 changes: 0 additions & 27 deletions examples/common/src/funtest_tess_no_data.rs

This file was deleted.

1 change: 0 additions & 1 deletion examples/desktop/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ examples! {

// functional tests
funtests:
// "funtest-tess-no-data", funtest_tess_no_data,
// "funtest-gl33-f64-uniform" if "funtest-gl33-f64-uniform", funtest_gl33_f64_uniform,
// "funtest-scissor-test", funtest_scissor_test,
// "funtest-360-manually-drop-framebuffer", funtest_360_manually_drop_framebuffer,
Expand Down
1 change: 0 additions & 1 deletion examples/web/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ examples! {
"stencil", stencil,

funtests:
"funtest-tess-no-data", funtest_tess_no_data,
"funtest-scissor-test", funtest_scissor_test,
"funtest-360-manually-drop-framebuffer", funtest_360_manually_drop_framebuffer,
"funtest-flatten-slice", funtest_flatten_slice,
Expand Down

0 comments on commit 418baa9

Please sign in to comment.