Reflect pipeline outputs as well as inputs, optionally from other stages
* We add an option to reflect inputs from other stages than vertex, if only a later subset of the stages is linked into the program.
This commit is contained in:
parent
edf8212ab8
commit
0af5e3e346
17 changed files with 149 additions and 32 deletions
8
Test/reflection.frag
Normal file
8
Test/reflection.frag
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#version 440 core
|
||||
|
||||
in float inval;
|
||||
|
||||
void main()
|
||||
{
|
||||
float f = inval;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue