![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
| function | getShaderConstantIndex (codeConstName) |
| function | getShaderConstantValue (bundle, constPrefix, constName, delay) |
| function | GetStructFieldOrZero (bundle, field) |
| function | SetStage (localClientNum, bundle, filterid, stagePrefix, stageLength, accumTime, totalAccumTime, setConstants) |
| function getShaderConstantIndex | ( | codeConstName | ) |
Definition at line 198 of file gfx_shared.csc.
Referenced by SetFilterConstants().
| function getShaderConstantValue | ( | bundle | , |
| constPrefix | , | ||
| constName | , | ||
| delay | |||
| ) |
Definition at line 131 of file gfx_shared.csc.
References delay(), and GetStructFieldOrZero().
Referenced by SetStage().
| function GetStructFieldOrZero | ( | bundle | , |
| field | |||
| ) |
Definition at line 187 of file gfx_shared.csc.
Referenced by getShaderConstantValue(), and SetStage().
| function SetStage | ( | localClientNum | , |
| bundle | , | ||
| filterid | , | ||
| stagePrefix | , | ||
| stageLength | , | ||
| accumTime | , | ||
| totalAccumTime | , | ||
| setConstants | |||
| ) |
Definition at line 16 of file gfx_shared.csc.
References clamp(), getShaderConstantValue(), and GetStructFieldOrZero().
Referenced by playDupRenderBundle(), and playPostfxBundle().