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.
CloseFor 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.
CloseGraphicsDeviceDebugView Returns an object of type GraphicsDeviceDebugView. This object contains a snapshot of the debug information of the device..
Creates an object containing debug information of the device.
It is best practice to call this function once per application instantiation. If you call this function, you must call GraphicsDevice.DeleteDebugView during application destruction. See Also: GraphicsDevice.UpdateDebugView.