FModFNTable
Engine/source/sfx/fmod/sfxFMODDevice.h
FMOD API function table.
Classes:
class
Public Attributes
Public Functions
Detailed Description
FMOD API function table.
FMOD doesn't want to be called concurrently so in order to not force everything to the main thread (where sound updates would just stall during loading), we thunk all the API calls and lock all API entry points to a single mutex.