Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WithBlendState()

ShaderOperation ReLogic.Peripherals.RGB.ShaderOperation.WithBlendState ( ShaderBlendState blendState)
inline

Definition at line 23 of file ShaderOperation.cs.

24 {
25 return new ShaderOperation(_shader, blendState, _detailLevel);
26 }
readonly EffectDetailLevel _detailLevel
ShaderOperation(ChromaShader shader, ShaderBlendState blendState, EffectDetailLevel detailLevel)

References ReLogic.Peripherals.RGB.ShaderOperation.ShaderOperation(), ReLogic.Peripherals.RGB.ShaderOperation._detailLevel, and ReLogic.Peripherals.RGB.ShaderOperation._shader.