|
@@ -122,6 +122,10 @@ class Bindings extends DataMap {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ } else if ( binding.isSampler ) {
|
|
|
|
+
|
|
|
|
+ binding.update();
|
|
|
|
+
|
|
} else if ( binding.isSampledTexture ) {
|
|
} else if ( binding.isSampledTexture ) {
|
|
|
|
|
|
const texture = binding.texture;
|
|
const texture = binding.texture;
|