Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在将一些 GLSL 代码编译为 SPIR-V 时遇到问题,因此我想检查 SPIR-V 代码。
我希望能够通读程序集。
我怎样才能做到这一点?
SPIRV -Tools项目有一个反汇编程序,您可以使用它来获得 SPIR-V 的文本形式。Vulkan SDK 中也提供了这些工具,spirv-dis可执行文件是您想要的。
spirv-dis