-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Metashade (latest test infra changes) (#23)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule metashade
updated
13 files
+33 −17 | tests/_base.py | |
+22 −28 | tests/test_arithmetic.py | |
+6 −9 | tests/test_augmented_assignments.py | |
+11 −14 | tests/test_comment.py | |
+12 −17 | tests/test_dtypes.py | |
+63 −94 | tests/test_functions.py | |
+4 −9 | tests/test_glsl_simple_frag.py | |
+43 −52 | tests/test_if.py | |
+16 −21 | tests/test_intrinsics.py | |
+38 −42 | tests/test_samplers.py | |
+22 −32 | tests/test_swizzling.py | |
+19 −28 | tests/test_uniforms.py | |
+38 −41 | tests/test_vector_init.py |