class RawModel:
    def __init__(self, vaoID: int, vertexCount: int) -> None:
        self.vaoID = vaoID
        self.vertexCount = vertexCount