-
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 to metashade/metashade#94 (#27)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule metashade
updated
10 files
+7 −0 | metashade/_base/dtypes.py | |
+1 −0 | metashade/_clike/dtypes.py | |
+18 −0 | metashade/_rtsl/generator.py | |
+34 −17 | metashade/glsl/generator_base.py | |
+21 −2 | metashade/glsl/stage_interface.py | |
+13 −15 | metashade/hlsl/sm6/generator_base.py | |
+27 −0 | tests/ref/test_glsl_cb_multi_set_binding.glsl | |
+0 −0 | tests/ref/test_glsl_simple_cb.glsl | |
+0 −10 | tests/test_glsl_simple_frag.py | |
+117 −5 | tests/test_uniforms.py |