CreateGPUFence
This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
CreateGPUFence(SynchronisationStage)
This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.
public GPUFence CreateGPUFence(SynchronisationStage stage)
Parameters
Returns
Type | Description |
|---|---|
| GPUFence |
CreateGPUFence()
This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.
public GPUFence CreateGPUFence()
Returns
Type | Description |
|---|---|
| GPUFence |