Version: 2021.2
LanguageEnglish
  • C#

GraphicsDevice

class in UnityEngine.NVIDIA

/

Implemented in:UnityEngine.NVIDIAModule

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

Description

Provides the main entry point for the NVIDIA Module. Use this to interact with specific NVIDIA graphics card features.

Static Properties

deviceGets the device created by GraphicsDevice.CreateGraphicsDevice. If the device hasn't been created this property evaluates to null.
versionGets the version that corresponds to Unity's host plugin that manages the NVIDIA.NVUnityPlugin official library.

Public Methods

CreateDebugViewCreates an object containing debug information of the device.
CreateFeatureCreates a specific NVIDIA feature.
DeleteDebugViewDeletes a debug view created with GraphicsDevice.CreateDebugView.
DestroyFeatureDestroys a specific feature created with GraphicsDevice.CreateFeature.
ExecuteDLSSRecords the execution of DLSS into a rendering command buffer. This call does not execute the command buffer, it only appends custom commands into it.
GetOptimalSettingsReturns a structure containing the optimal settings for a specific target resolution and quality.
IsFeatureAvailableChecks if the current NVIDIA graphics card supports the feature you specify using the GraphicsDeviceFeature enum.
UpdateDebugViewUpdates a snapshpot of the debug information for the view object passed.

Static Methods

CreateGraphicsDeviceCreates the main API object. Call this method only once in your application.