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.
将我的 directX 着色器项目编译为可执行文件时遇到一些实际问题。我已经完成了我通常做的所有事情,链接了所有需要的库,将所需的资产放在发布文件夹中,但 .exe 仍然在运行时崩溃。
我已经厌倦了我能想到的一切,这让我发疯了,因为我之前编写了一个 directX 项目,这并不难!
看来您的问题不是编译问题,而是运行时问题。
如果没有看到您的代码,就无法确定问题所在。但我会使用 DirectX Sample 作为基础,然后从那里继续前进。