We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0f163 commit 49d50bdCopy full SHA for 49d50bd
examples/shader/texture_binding_array.rs
@@ -14,7 +14,7 @@ use std::num::NonZeroU32;
14
/// `binding_array<texture<f32>>` shader binding slot and sample non-uniformly.
15
fn main() {
16
App::new()
17
- .add_plugins(DefaultPlugins)
+ .add_plugins(DefaultPlugins.set(ImagePlugin::default_nearest()))
18
.add_plugin(MaterialPlugin::<BindlessMaterial>::default())
19
.add_startup_system(setup)
20
.run();
0 commit comments