Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close Submission failedFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close Your name Your email Suggestion* DescriptionInstructs the GPU to pause processing of the queue until it passes through the GraphicsFence fence.
This method returns immediately on the CPU. Only GPU processing is affected by the graphics fence.
You can use the stage
parameter to wait until the start of the next item's vertex or pixel processing. On some platforms, there's a gap between the end of vertex processing and the start of pixel processing in a draw call. If the last command was a compute shader dispatch, Unity ignores stage
.
This method only works on platforms that support fences. Use SystemInfo.supportsGraphicsFence to check if a platform supports fences.
It's possible to create circular dependencies with this function that deadlock the GPU. See GraphicsFence for more information.
Additional resources: GraphicsFence, Graphics.CreateGraphicsFence.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4