MCPcopy Create free account
hub / github.com/carbonengine/trinity / ResetDevice

Method ResetDevice

trinity/TriDevice.cpp:866–869  ·  view source on GitHub ↗

Convenience function.

Source from the content-addressed store, hash-verified

864
865// Convenience function.
866bool TriDevice::ResetDevice()
867{
868 return ResetDevice( mAdapter, &mPresentParam );
869}
870
871// Reset the device. Much required. Note, the device should be NOTRESET here.
872bool TriDevice::ResetDevice( unsigned adapter, const Tr2PresentParametersAL* pp )

Callers 1

SetShaderModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected