‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
gfx_shared.csc File Reference

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 Documentation

◆ getShaderConstantIndex()

function getShaderConstantIndex ( codeConstName  )

Definition at line 198 of file gfx_shared.csc.

Referenced by SetFilterConstants().

◆ getShaderConstantValue()

function getShaderConstantValue ( bundle  ,
constPrefix  ,
constName  ,
delay   
)

Definition at line 131 of file gfx_shared.csc.

References delay(), and GetStructFieldOrZero().

Referenced by SetStage().

◆ GetStructFieldOrZero()

function GetStructFieldOrZero ( bundle  ,
field   
)

Definition at line 187 of file gfx_shared.csc.

Referenced by getShaderConstantValue(), and SetStage().

◆ 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().