Remove wrong IntDef usage.
The variable is storing OpenGL's draw mode, which is different from Projection.DrawMode. PiperOrigin-RevId: 406820812
This commit is contained in:
parent
665910ab76
commit
90a4383c6b
@ -207,7 +207,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
private final int vertexCount;
|
||||
private final FloatBuffer vertexBuffer;
|
||||
private final FloatBuffer textureBuffer;
|
||||
@Projection.DrawMode private final int drawMode;
|
||||
private final int drawMode;
|
||||
|
||||
public MeshData(Projection.SubMesh subMesh) {
|
||||
vertexCount = subMesh.getVertexCount();
|
||||
|
Loading…
x
Reference in New Issue
Block a user