Commit c3c76030 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

vk_shader_decompiler: Show comments as OpUndef with a type

Silence the new validation layer error about SPIR-V not allowing OpUndef
on a OpTypeVoid, even when the SPIR-V spec doesn't say anything against
it.

They will be inserted as an undefined int to avoid SPIRV-Cross and
validation errors, but only when a debugging tool is attached.
parent 8be9e5b4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment