Skip to content

Commit

Permalink
Make textures filterable
Browse files Browse the repository at this point in the history
  • Loading branch information
Davier committed Dec 3, 2021
1 parent c8975e5 commit 336d2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelined/bevy_ui2/src/render/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl FromWorld for UiPipeline {
visibility: ShaderStages::FRAGMENT,
ty: BindingType::Texture {
multisampled: false,
sample_type: TextureSampleType::Float { filterable: false },
sample_type: TextureSampleType::Float { filterable: true },
view_dimension: TextureViewDimension::D2,
},
count: None,
Expand Down

0 comments on commit 336d2f2

Please sign in to comment.