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:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user