Files
Arcady Goldmints-Orlov 3238c9c694 spirv: don't emit invalid debuginfo for buffer references
Currently no debug info is emitted for buffer reference types, which
resulted in the SPIR-V backend code asserting when trying to emit the
debug info for struct member that had such a type. Instead, the code now
skips such struct members. Full debug info for buffer references may
require forward references in the debug info instructions, which is
currently prohibited by the spec.
2023-12-11 20:03:18 +00:00
..
2018-08-07 03:16:20 +09:00
2020-01-06 15:53:20 +08:00
2018-08-07 03:16:20 +09:00
2018-08-07 03:16:20 +09:00
2023-12-11 20:03:15 +00:00
2019-12-25 17:08:48 +08:00
2019-12-23 11:29:52 +08:00
2018-08-07 03:16:20 +09:00
2023-12-11 20:03:15 +00:00
2021-12-28 17:09:57 -07:00
2023-12-11 20:03:16 +00:00