You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For cases where we don't finish copying or rendering and displaying the frame before returning to the caller, provide a sync primitive so that the caller can tell when it is safe to re-fill a buffer because it is no longer being used for rendering. One place to check is asynchronous time warp, where the image is maintained for awhile.
This could be a function that they can call rather than a primitive, enabling it to be generic. The function should probably take a parameter indicating which frame it is for.
The text was updated successfully, but these errors were encountered:
For cases where we don't finish copying or rendering and displaying the frame before returning to the caller, provide a sync primitive so that the caller can tell when it is safe to re-fill a buffer because it is no longer being used for rendering. One place to check is asynchronous time warp, where the image is maintained for awhile.
This could be a function that they can call rather than a primitive, enabling it to be generic. The function should probably take a parameter indicating which frame it is for.
The text was updated successfully, but these errors were encountered: