Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

GraphicsDevice.CreateFSRUpscale4

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public FSRUpscalerContext CreateFSRUpscale4(CommandBuffer cmd, ref FSRUpscalerCommandInitializationData initSettings);

Parameters

Parameter Description
cmd 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.
initSettings A set of initialization settings for FSR4. If you want to change some options in it, then you need to create a new context.

Returns

FSRUpscalerContext A FSR4 context.

Description

Creates a FSR4 context.