DeleteDebugView(GraphicsDeviceDebugView)
Deletes a debug view created with GraphicsDevice.CreateDebugView.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.NVIDIA
- Assembly: UnityEngine.NVIDIAModule
public void DeleteDebugView(GraphicsDeviceDebugView debugView)
Parameters
The debug view object to use. This is the object that GraphicsDevice.CreateDebugView returns.