mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
rsx: Vertex program output fixes
This commit is contained in:
parent
07f0c7b4a5
commit
c5975d5f66
8 changed files with 120 additions and 103 deletions
|
|
@ -38,7 +38,8 @@ void D3D12FragmentDecompiler::insertHeader(std::stringstream & OS)
|
|||
OS << "cbuffer SCALE_OFFSET : register(b0)" << std::endl;
|
||||
OS << "{" << std::endl;
|
||||
OS << " float4x4 scaleOffsetMat;" << std::endl;
|
||||
OS << " float4 userClip[2];" << std::endl;
|
||||
OS << " int4 userClipEnabled[2];" << std::endl;
|
||||
OS << " float4 userClipFactor[2];" << std::endl;
|
||||
OS << " float fog_param0;\n";
|
||||
OS << " float fog_param1;\n";
|
||||
OS << " int isAlphaTested;" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue