Needs to be called when device is reset

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub OnResetDevice ( _
	_device As Device, _
	_bbConfig As BackBufferConfiguration _
)
C#
public void OnResetDevice(
	Device _device,
	BackBufferConfiguration _bbConfig
)
Visual C++
public:
void OnResetDevice(
	Device^ _device, 
	BackBufferConfiguration^ _bbConfig
)
JavaScript
function onResetDevice(_device, _bbConfig);

Parameters

_device
Type: Device
Referenced device
_bbConfig
Type: FlowMap..::.BackBufferConfiguration
BackBufferConfiguration

See Also