mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 09:39:44 +00:00
d3d12: Fix build with DX12_SUPPORT not def
This commit is contained in:
parent
646c908a93
commit
6f487f910c
1 changed files with 3 additions and 3 deletions
|
@ -240,9 +240,6 @@ ID3D12PipelineState *PipelineStateObjectCache::getGraphicPipelineState(ID3D12Dev
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void Shader::Compile(SHADER_TYPE st)
|
void Shader::Compile(SHADER_TYPE st)
|
||||||
{
|
{
|
||||||
static const char VSstring[] =
|
static const char VSstring[] =
|
||||||
|
@ -275,3 +272,6 @@ void Shader::Compile(SHADER_TYPE st)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue