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

Method Cleanup

samples/drivers/drivers/tutorial/src/device_provider.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void DeviceProvider::Cleanup() {
21 VR_CLEANUP_SERVER_DRIVER_CONTEXT();
22}
23
24const char* const* DeviceProvider::GetInterfaceVersions() {
25 return vr::k_InterfaceVersions;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected