This version of Unity is unsupported.
Method group is Obsolete

CommandBuffer.CreateGPUFence

Obsolete CommandBuffer.CreateGPUFence has been deprecated. Use CreateGraphicsFence instead.
Upgrade to CreateAsyncGraphicsFence

Declaration

public GPUFence CreateGPUFence(Rendering.SynchronisationStage stage);

Description

This functionality is deprecated, and should no longer be used. Please use CommandBuffer.CreateGraphicsFence.