mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
OpenAL Initialization
-Device capabilities left until a device is actually selected and is loading -ALDEVICEINFO possibly no longer needed. -aldlist possibly no longer required as well.
This commit is contained in:
parent
16062fb996
commit
4006615723
7 changed files with 306 additions and 206 deletions
|
|
@ -53,7 +53,12 @@ class SFXALDevice : public SFXDevice
|
|||
typedef SFXDevice Parent;
|
||||
friend class SFXALVoice; // mDistanceFactor, mRolloffFactor
|
||||
|
||||
SFXALDevice( SFXProvider *provider,
|
||||
void printALInfo(ALCdevice* device);
|
||||
void printHRTFInfo(ALCdevice* device);
|
||||
void getEFXInfo(ALCdevice* device);
|
||||
S32 getMaxSources();
|
||||
|
||||
SFXALDevice( SFXProvider *provider,
|
||||
const OPENALFNTABLE &openal,
|
||||
String name,
|
||||
bool useHardware,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue