Skip to content

Commit a8cddd9

Browse files
fixup! [naga spv-out] Add f16 io polyfill
1 parent e9d75c3 commit a8cddd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/src/back/spv/f16_polyfill.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use alloc::vec::Vec;
1414

1515
/// Manages `f16` I/O polyfill state and operations.
1616
#[derive(Default)]
17-
pub(super) struct F16IoPolyfill {
17+
pub(in crate::back::spv) struct F16IoPolyfill {
1818
use_native: bool,
1919
variable_map: crate::FastHashMap<Word, (Word, Word)>,
2020
}

0 commit comments

Comments
 (0)