CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.93k stars 3.48k forks source link

JobScheduler do not support JobType.PROGRAM any more ? #10952

Closed airchik closed 1 year ago

airchik commented 1 year ago

It seems CesiumJS has not use JobType.PROGRAM in JobScheduler since using new Model architecture, I just set a debugger such as "jobType === JobType.PROGRAM" in JobScheduler.prototype.execute method, then run some sandcatlse examples;

I want to know the reason why not support JobType.PROGRAM ?

ggetz commented 1 year ago

Hi @airchik, JobType is a private API and is therefore subject to change without a deprecation period. As this is not a bug, I'll close this issue.

Can you give us some more details about why JobType.PROGRAM is helpful for your use case?