FishEngine
FishEngine copied to clipboard
Weird shader error on Nvidia GPU
The output block of vertex shader:
out VS_OUT { ... } vs_out;
can not be placed behind vs_main.
No compile or link error messages reported, but vs_out block will not be passed to fragment shader.
It seems that the problem only appears on Nvidia gpu.