-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule metashade
updated
16 files
+4 −2 | metashade/_base/context.py | |
+2 −2 | metashade/_base/generator.py | |
+15 −7 | metashade/_clike/context.py | |
+1 −2 | tests/test_arithmetic.py | |
+0 −1 | tests/test_augmented_assignments.py | |
+0 −1 | tests/test_comment.py | |
+0 −1 | tests/test_dtypes.py | |
+28 −4 | tests/test_functions.py | |
+8 −2 | tests/test_glsl_simple_frag.py | |
+0 −1 | tests/test_if.py | |
+0 −1 | tests/test_intrinsics.py | |
+0 −1 | tests/test_samplers.py | |
+25 −0 | tests/test_scopes.py | |
+0 −1 | tests/test_swizzling.py | |
+0 −1 | tests/test_uniforms.py | |
+0 −1 | tests/test_vector_init.py |