terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
PixelShader (GraphicsDevice device) | |
override void | ApplyValuesToMaterial (EffectPass pass, Material material) |
virtual Effect | Clone () |
void | Dispose () |
override string | ToString () |
Package Functions | |
virtual void | OnApply () |
virtual void | GraphicsDeviceResetting () |
Properties | |
static PixelShader | Effect [get, set] |
EffectParameterCollection | Parameters [get, set, protected set] |
EffectTechnique | CurrentTechnique [get, set, protected set] |
EventHandler< EventArgs > | Disposing [set] |
GraphicsDevice | GraphicsDevice [get, set] |
string | Name [get, set] |
object | Tag [get, set] |
Private Member Functions | |
void | Clone (Effect cloneSource) |
Static Private Member Functions | |
static void | LoadPass (List< EffectPass > passes, string pass) |
static | PixelShader () |
Static Private Attributes | |
static PixelShader | _effect |
static int | _colorId |
static int | _secondaryColorId |
static int | _saturationId |
static int | _imageSize0Id |
static int | _imageSize1Id |
static int | _sourceRectId |
static int | _timeId |
static int | _opacityId |
static int | _directionId |
static int | _rotationId |
static int | _lightSourceId |
static int | _targetPositionId |
static int | _textureRectId |
static int | _shaderSpecificDataId |
Definition at line 11 of file PixelShader.cs.