mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
D3D / VideoCommon: generate HLSL from SPIRV
This commit is contained in:
parent
3790c99a7d
commit
5dd2704416
20 changed files with 780 additions and 1121 deletions
|
@ -25,6 +25,7 @@ enum ROOT_PARAMETER
|
|||
ROOT_PARAMETER_PS_SRV,
|
||||
ROOT_PARAMETER_PS_SAMPLERS,
|
||||
ROOT_PARAMETER_VS_CBV,
|
||||
ROOT_PARAMETER_VS_CBV2,
|
||||
ROOT_PARAMETER_GS_CBV,
|
||||
ROOT_PARAMETER_PS_UAV_OR_CBV2,
|
||||
ROOT_PARAMETER_PS_CBV2, // ROOT_PARAMETER_PS_UAV_OR_CBV2 if bbox is not enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue