-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There might be double draws, so two draws of the same pixel within too short time.
This is due to the fact that the pixel randomization happenes once and the generated order is then sent to all threads, so all threads render the image in the same, albeit random order.
A probable solution is to randomize and combine on a per-thread-level
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels