Aiv.Fast2D.Example.MaskEffect.MaskEffect C# (CSharp) Method

MaskEffect() public method

public MaskEffect ( Texture mask ) : System
mask Aiv.Fast2D.Texture
return System
        public MaskEffect(Texture mask)
            : base(fragmentShader)
        {
            this.maskTexture = mask;
        }

Same methods

MaskEffect::MaskEffect ( string fileName ) : System