TeamWisp / WispRenderer

RTX Ray Tracing Renderer, made by Y3 students at Breda University of Applied Science

Home Page:https://teamwisp.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace discarding `GetPredecessorData` calls with a proper wait function.

VZout opened this issue · comments

Currently we abuse GetPredecessorData to wait for a specific task. This is inefficient since a lookup for the data still happens.

Done I believe, cant remember what pr