4 using SiliconStudio.Paradox.Graphics;
6 namespace SiliconStudio.
Paradox.Effects.Images
20 imageEffect.SetInput(0, texture);
31 imageEffect.SetInput(0, texture);
32 imageEffect.SetInput(1, texture2);
44 imageEffect.SetInput(0, texture);
45 imageEffect.SetInput(1, texture2);
46 imageEffect.SetInput(2, texture3);
static void SetInput(this ImageEffectBase imageEffect, Texture texture, Texture texture2, Texture texture3)
Sets two input textures
static void SetInput(this ImageEffectBase imageEffect, Texture texture)
Sets an input texture
static void SetInput(this ImageEffectBase imageEffect, Texture texture, Texture texture2)
Sets two input textures
Extensions for ImageEffectBase.
Base class for texture resources.