protonscr

[Question] Future use of official microsoft shader compiler?

vkd3dclosed
HansKristian-Work/vkd3d-proton#1350 · opened 2022-12-20 by Ratatouilledummie · updated 2023-01-05 · 1 comments · github
RRatatouilledummie 2022-12-20 github

Sorry for these question, but the project have plans to integrate support to use microsoft shader compiler instead the vkd3d compiler? https://github.com/microsoft/DirectXShaderCompiler/releases/tag/v1.7.2212
these compiler have support to generate SPIR-V code from HLSL, and sorry for the question

Mmbriar 2022-12-20 github

vkd3d-proton does not handle HLSL at all, games usually ship shaders in DXBC or DXIL bytecode, which is the only thing you can use directly with d3d12. So this is not really useful.

Nothing extracted yet.