DirectX9ParameterInfo

Description

sealed class Tinman.AddOns.DirectX9.Effects.DirectX9ParameterInfo

Full source code is included in the Tinman 3D SDK download.

Holds metadata for shader parameters.

Public / Methods

Equal​Declaration


[Pure]
public method EqualDeclaration → (1)

other in : DirectX9ParameterInfo

The other object.

returns → bool

true if the declaration parts are equal (name, data type and element count),
false if they are different.

Checks if this declaration part of this object is equal to the one of the given other in object.

Is


[Pure]
public method Is → (1)

type in : RenderEffectParameterType

The parameter type to check for.

returns → bool

true if this parameter is of the given type in,
false if it has a different type.

Checks if the parameter has the given type.