mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-27 09:14:01 +00:00
[glsl-in] Implicit cast stores with ValuePointer
This commit is contained in:
parent
68609cdff8
commit
60644504d8
@ -606,6 +606,7 @@ impl<'function> Context<'function> {
|
||||
TypeInner::Pointer { base, .. } => {
|
||||
program.module.types[base].inner.scalar_kind()
|
||||
}
|
||||
TypeInner::ValuePointer { kind, .. } => Some(kind),
|
||||
ref ty => ty.scalar_kind(),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user