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

GraphicsDevice.CreateFSRUpscale2

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 FSR2Context CreateFSRUpscale2(CommandBuffer cmd, ref FSR2CommandInitializationData 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 FSR2. If you want to change some options in it, then you need to create a new context.

Returns

FSR2Context A FSR2 context.

Description

Creates a FSR2 context.