Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateFSRUpscale3(CommandBuffer, in FSRUpscalerCommandInitializationData)

Creates a FSR3 context.
Read time 1 minuteLast updated 12 days ago

Definition

CreateFSRUpscale3(CommandBuffer, FSRUpscalerCommandInitializationData)

public FSRUpscalerContext CreateFSRUpscale3(CommandBuffer cmd, in FSRUpscalerCommandInitializationData initSettings)

Parameters

The rendering command buffer to record commands into. This call does not execute the command buffer. You must execute the command buffer yourself at any time after this call.

A set of initialization settings for FSR3. If you want to change some options in it, then you need to create a new context.

Returns

Type

Description

FSRUpscalerContextA FSR3 context.