GraphicsDevice.CreateDebugView

Declaration

public NVIDIA.GraphicsDeviceDebugView CreateDebugView();

Returns

GraphicsDeviceDebugView Returns an object of type GraphicsDeviceDebugView. This object contains a snapshot of the debug information of the device..

Description

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. Additional resources: GraphicsDevice.UpdateDebugView.


Did you find this page useful? Please give it a rating: