Searched refs:ambientArg (Results 1 – 1 of 1) sorted by relevance
1010 …void* ambientArg = ambientArgInfo.argAllocatorCallback->detail_AllocAmbientArg( ambientArgInfo.arg… in SetAmbientInfo() local1011 if ( ambientArg == NULL ) { in SetAmbientInfo()1012 NW_WARNING( ambientArg != NULL, "Failed to alloc AmbientArg." ); in SetAmbientInfo()1015 std::memcpy( ambientArg, ambientArgInfo.arg, ambientArgInfo.argSize ); in SetAmbientInfo()1019 m_AmbientInfo.arg = ambientArg; in SetAmbientInfo()