MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getProvider

Method getProvider

Engine/source/sfx/sfxDevice.h:132–132  ·  view source on GitHub ↗

Returns the provider which created this device.

Source from the content-addressed store, hash-verified

130
131 /// Returns the provider which created this device.
132 SFXProvider* getProvider() const { return mProvider; }
133
134 /// Is the device set to use hardware processing.
135 bool getUseHardware() const { return mUseHardware; }

Callers 2

createDeviceMethod · 0.80
getDeviceInfoStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected