MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / Cleanup

Method Cleanup

samples/drivers/drivers/barebones/src/device_provider.cpp:71–73  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Purpose: This function is called just before the driver is unloaded from vrserver. Drivers should free whatever resources they have acquired over the session here. Any calls to the server is guaranteed to be valid before this, but not after it has been called. -------------------------------------------------------------

Source from the content-addressed store, hash-verified

69// Any calls to the server is guaranteed to be valid before this, but not after it has been called.
70//-----------------------------------------------------------------------------
71void MyDeviceProvider::Cleanup()
72{
73}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected