mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
rsx: Fix shader compilation
This commit is contained in:
parent
a0ef1a672c
commit
9c0b2338cf
5 changed files with 22 additions and 16 deletions
|
|
@ -50,7 +50,7 @@ void GLFragmentDecompilerThread::insertInputs(std::stringstream & OS)
|
|||
{
|
||||
glsl::insert_fragment_shader_inputs_block(
|
||||
OS,
|
||||
glsl::extension_type::NV,
|
||||
glsl::extension_flavour::NV,
|
||||
m_prog,
|
||||
m_parr.params[PF_PARAM_IN],
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue