blob: 701b55b27d1ff9b30693a558648300adc47df223 (
plain)
1
2
3
4
5
|
#if UNITY_DEFER_GRAPHICS_JOBS_SCHEDULE
void GfxDevice::ScheduleAsyncJob(AsyncCommandJobFunc* jobFunc, GfxDeviceAsyncCommand* cmd, const JobFence& depends, JobBatchDispatcher& dispatcher)
#else
JobFence& GfxDevice::ScheduleAsyncJob(AsyncCommandJobFunc* jobFunc, GfxDeviceAsyncCommand* cmd, const JobFence& depends, JobBatchDispatcher& dispatcher)
#endif // #if UNITY_DEFER_GRAPHICS_JOBS_SCHEDULE
|