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 c44dd39 commit a895e87Copy full SHA for a895e87
crates/bevy_render/macros/src/as_bind_group.rs
@@ -521,7 +521,7 @@ pub fn derive_as_bind_group(ast: syn::DeriveInput) -> Result<TokenStream> {
521
binding_impls.insert(0, quote! {
522
( #binding_index,
523
#render_path::render_resource::OwnedBindingResource::TextureView(
524
- #dimension,
+ #render_path::render_resource::#dimension,
525
{
526
let handle: Option<&#asset_path::Handle<#image_path::Image>> = (&self.#field_name).into();
527
if let Some(handle) = handle {
0 commit comments