DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ResetChromAbbEffects()

static void PPEffects::ResetChromAbbEffects ( )
inlinestaticprivate

См. определение в файле PPEffects.c строка 260

261 {
262 if( m_ChromAbbValues )
263 {
264 for ( int i = 0; i < m_ChromAbbValues.Count(); ++i )
265 {
266 m_ChromAbbValues[i] = 0;
267 }
269 }
270 }
static ref array< float > m_ChromAbbValues
Определения PPEffects.c:36
static void UpdateChromAbb()
updates the chromatic abberation post process effect where the resulting chromabb is an aggregate of ...
Определения PPEffects.c:298

Перекрестные ссылки m_ChromAbbValues и UpdateChromAbb().