glsl: remember per-component vertex streams for packed varyings

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Nicolai Hähnle
2016-11-30 10:38:55 +01:00
parent 6092169b96
commit 173d80b401
3 changed files with 24 additions and 2 deletions

View File

@@ -917,6 +917,9 @@ public:
/**
* Vertex stream output identifier.
*
* For packed outputs, bit 31 is set and bits [2*i+1,2*i] indicate the
* stream of the i-th component.
*/
unsigned stream;