|
|
|
|
|
by wolfgke
3469 days ago
|
|
> Sadly, the translation from SPIR-V to system-dependent machine code can still be buggy. This is true, but it eleminates at least one one the points where things can go wrong. Additionally this approach has the advantage that developers (with some practice) can read the SPIR-V "assembly" code to make sure it is correct. With existing solutions it was already hard to get and interprete the intermediate code to find out whether the problem is in the frontend or backend. |
|