ICE: uniform constant inference panics #585
Labels
a: inference
Issues around inferring types in SPIR-V asm.
c: rustc_codegen_spirv
Issues specific to the rustc_codegen_spirv crate.
t: bug
Something isn't working
Opaque types are partially inferred as
Input
instead ofUniformConstants
when passing by value resulting in an internal ICE (see Case 2).Case 1: passing by value w/o inference
Result: nice!
Case 2: passing by value w/ inference
Result: ICE
Case 3: passing by ref w/ inference
Result: works fine
The text was updated successfully, but these errors were encountered: