Skip to content

Commit 12f865c

Browse files
committed
target enum: fixup difftests
1 parent 1cf4edf commit 12f865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/difftests/lib/src/scaffold/shader/rust_gpu_shader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl RustComputeShader {
3737

3838
impl SpirvShader for RustComputeShader {
3939
fn spirv_bytes(&self) -> anyhow::Result<(Vec<u8>, String)> {
40-
let mut builder = SpirvBuilder::new(&self.path, &self.target)
40+
let mut builder = SpirvBuilder::new(&self.path, &*self.target)
4141
.print_metadata(spirv_builder::MetadataPrintout::None)
4242
.release(true)
4343
.multimodule(false)

0 commit comments

Comments
 (0)