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 26010cb commit ca906b2Copy full SHA for ca906b2
naga/src/back/spv/f16_polyfill.rs
@@ -14,7 +14,7 @@ use alloc::vec::Vec;
14
15
/// Manages `f16` I/O polyfill state and operations.
16
#[derive(Default)]
17
-pub(super) struct F16IoPolyfill {
+pub(in crate::back::spv) struct F16IoPolyfill {
18
use_native: bool,
19
variable_map: crate::FastHashMap<Word, (Word, Word)>,
20
}
0 commit comments