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

◆ BindProcessor()

void ReLogic.Peripherals.RGB.ChromaShader.BindProcessor ( Processor processor,
RgbProcessorAttribute attribute )
inlineprivateinherited

Definition at line 77 of file ChromaShader.cs.

78 {
79 foreach (EffectDetailLevel supportedDetailLevel in attribute.SupportedDetailLevels)
80 {
81 _processors[(int)supportedDetailLevel] = new BoundProcessor(processor, attribute.IsTransparent);
82 }
83 }
readonly List< BoundProcessor > _processors

References ReLogic.Peripherals.RGB.ChromaShader._processors.

Referenced by ReLogic.Peripherals.RGB.ChromaShader.BindProcessors().