Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0891715

Browse files
target enum: fixup difftests
1 parent 933e4e5 commit 0891715

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)

AltStyle によって変換されたページ (->オリジナル) /