diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-21 09:33:40 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-21 09:33:40 +0100 |
| commit | 1dad17db104f671aa0e913143a95826078892ed5 (patch) | |
| tree | 6625feccf9d08cf22a438a9027a81d913bb4798a /src/tests | |
| parent | 25dc87528915fb0fd89181333324b215d77ad014 (diff) | |
split raymarching.wgsl in two: with id, or without id.
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/gpu/test_effect_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/gpu/test_effect_base.cc b/src/tests/gpu/test_effect_base.cc index 29d3348..3f1c6e2 100644 --- a/src/tests/gpu/test_effect_base.cc +++ b/src/tests/gpu/test_effect_base.cc @@ -249,7 +249,7 @@ int main() { test_offscreen_render_target(); test_effect_construction(); test_effect_in_sequence(); - // test_sequence_render(); // TODO: Fix SIGTRAP + test_sequence_render(); test_sequence_time_params(); test_pixel_helpers(); |
