On Mon, Jan 18, 2016 at 12:29 AM, Timothy Arceri
wrote:
> After sending out V1 where I didn't fix the global default
> merging (just issued and error), I got motivated and fixed
> it properly.
>
> There are two changes here.
>
> 1. ARB_enhanced_layouts
>
> Allows duplicates within a single layout
After sending out V1 where I didn't fix the global default
merging (just issued and error), I got motivated and fixed
it properly.
There are two changes here.
1. ARB_enhanced_layouts
Allows duplicates within a single layout qualifier e.g.
layout(location = 0, location = 1) out vec4 a;
2. ARB_