Merge pull request #651 from chrisforbes/fix-shader-interface-mismatch
Fix interface mismatch between VS and GS in deferredshadows
This commit is contained in:
commit
8668606a14
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#version 420
|
#version 450
|
||||||
|
|
||||||
#define LIGHT_COUNT 3
|
#define LIGHT_COUNT 3
|
||||||
|
|
||||||
|
|
@ -24,4 +24,4 @@ void main()
|
||||||
EmitVertex();
|
EmitVertex();
|
||||||
}
|
}
|
||||||
EndPrimitive();
|
EndPrimitive();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue