Fix typo/spacing from userclip
This commit is contained in:
@@ -38,7 +38,7 @@ void D3D12FragmentDecompiler::insertHeader(std::stringstream & OS)
|
||||
OS << "cbuffer SCALE_OFFSET : register(b0)" << std::endl;
|
||||
OS << "{" << std::endl;
|
||||
OS << " float4x4 scaleOffsetMat;" << std::endl;
|
||||
OS << " int userClip[8];" << std::endl;
|
||||
OS << " float4 userClip[2];" << std::endl;
|
||||
OS << " float fog_param0;\n";
|
||||
OS << " float fog_param1;\n";
|
||||
OS << " int isAlphaTested;" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user