Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateGPUFence

This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.
Read time 1 minuteLast updated 6 days ago

Definition

CreateGPUFence(SynchronisationStage)

This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.
Warning
Deprecated. CommandBuffer.CreateGPUFence has been deprecated. Use CreateGraphicsFence instead
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.
Warning
Deprecated. CommandBuffer.CreateGPUFence has been deprecated. Use CreateGraphicsFence instead
public GPUFence CreateGPUFence()

Returns

Type

Description

GPUFence