mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
d3d12: Zero vertex shader output.
This commit is contained in:
parent
0e98da2306
commit
de97d3a7aa
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ void D3D12VertexProgramDecompiler::insertMainStart(std::stringstream & OS)
|
||||||
|
|
||||||
void D3D12VertexProgramDecompiler::insertMainEnd(std::stringstream & OS)
|
void D3D12VertexProgramDecompiler::insertMainEnd(std::stringstream & OS)
|
||||||
{
|
{
|
||||||
OS << " PixelInput Out;" << std::endl;
|
OS << " PixelInput Out = (PixelInput)0;" << std::endl;
|
||||||
// Declare inside main function
|
// Declare inside main function
|
||||||
for (auto &i : reg_table)
|
for (auto &i : reg_table)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue