mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Fix Clippy Lints
This commit is contained in:
parent
879f6b3da3
commit
f8f316f8ff
@ -690,7 +690,7 @@ struct BlockContext<'w> {
|
|||||||
/// SPIR-V ids for expressions we've evaluated.
|
/// SPIR-V ids for expressions we've evaluated.
|
||||||
cached: CachedExpressions,
|
cached: CachedExpressions,
|
||||||
|
|
||||||
/// The pointers of the cached expressions' SPIR-V ids from [`Block::Context::cached`].
|
/// The pointers of the cached expressions' SPIR-V ids from [`BlockContext::cached`].
|
||||||
/// Only used when loaded opaque types need to be passed to a function call.
|
/// Only used when loaded opaque types need to be passed to a function call.
|
||||||
function_arg_ids: crate::FastIndexMap<Word, Word>,
|
function_arg_ids: crate::FastIndexMap<Word, Word>,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user