58ee89879f
Change-Id: I4df18946cdb3d9f1f7833461f913f2df94696821 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/372197 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
struct S {
|
|
const float a;
|
|
uniform int b;
|
|
flat half4 c;
|
|
noperspective float4 d;
|
|
inout varying bool e;
|
|
};
|