Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp1068 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo() local
1069 if ( ambientArg == NULL ) { in SetAmbientInfo()
1070 NW_WARNING( ambientArg != NULL, "Failed to alloc AmbientArg." ); in SetAmbientInfo()
1073 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()
1077 m_AmbientInfo.arg = ambientArg; in SetAmbientInfo()