Home
last modified time | relevance | path

Searched refs:LastNullDeviceError (Results 1 – 1 of 1) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalc.cpp887 std::atomic<ALCenum> LastNullDeviceError{ALC_NO_ERROR}; variable
1627 LastNullDeviceError.store(errorCode); in alcSetError()
2586 return LastNullDeviceError.exchange(ALC_NO_ERROR); in alcGetError()