discord-jadx/app/src/main/java/c/o/b/d/a.java

20 lines
440 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.o.b.d;
import d0.z.d.m;
/* compiled from: GlProgram.kt */
public class a {
public boolean a;
public final int b;
/* renamed from: c reason: collision with root package name */
2021-07-13 20:23:20 +00:00
public final boolean f1512c;
2021-06-27 20:44:35 +00:00
public final c[] d;
public a(int i, boolean z2, c... cVarArr) {
m.checkNotNullParameter(cVarArr, "shaders");
this.b = i;
2021-07-13 20:23:20 +00:00
this.f1512c = z2;
2021-06-27 20:44:35 +00:00
this.d = cVarArr;
}
}