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.
lod_type
1 parent ebdea09 commit bbe6725Copy full SHA for bbe6725
crates/spirv-std/macros/src/lib.rs
@@ -701,7 +701,7 @@ impl VisitMut for SampleImplRewriter {
701
let lod_type = if self.0 & SAMPLE_PARAM_EXPLICIT_LOD_MASK != 0 {
702
"ExplicitLod"
703
} else {
704
- "ImplicitLod "
+ "ImplicitLod"
705
};
706
let s = s.replace("$LOD", lod_type);
707
0 commit comments