This version of Unity is unsupported.
Removed

Camera.RenderRequestMode.WorldPosition

Switch to Manual
Obsolete The RenderRequest struct is obsolete, use the function overload with RequestData of supported types such as RenderPipeline.StandardRequest.

Description

The render request outputs a world position buffer.

Outputs a buffer that maps the the WorldPosition (RGB) at each pixel. Alpha=1 means the position is valid. Alpha=0 means it is invalid. GraphicsFormat.R32G32B32A32_SFloat is recommended as the render texture format.