OpenXRay / xray-16

Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
https://discord.gg/sjRMQwv
Other
2.9k stars 455 forks source link

Make it possible to spawn xr_parallel_for task as a sub-task #1680

Closed Xottab-DUTY closed 1 month ago

Xottab-DUTY commented 1 month ago

Is your feature request related to a problem? Please describe. It is desired to also use xr_parallel_for in a bigger scope of task inheritance.

Describe the solution you'd like Add xr_parallel_for overloads that also accept Task& parent parameter.