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

Method getMaxBuffers

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

The maximum number of playback buffers this device will use.

Source from the content-addressed store, hash-verified

136
137 /// The maximum number of playback buffers this device will use.
138 S32 getMaxBuffers() const { return mMaxBuffers; }
139
140 /// Returns the name of this device.
141 const String& getName() const { return mName; }

Callers 1

getDeviceInfoStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected