EffectParamFloats

Defines effect floating-point numbers. This template replaces the EffectFloats template.

template EffectParamFloats
{
    < 3014B9A0-62F5-478c-9B86-E4AC9F4E418B >
    STRING ParamName;
    DWORD nFloats;
    array float Floats[nFloats];
} 

Where:

  • ParamName - Name of the array of floats.
  • nFloats - Number of floating-point values in the array.
  • Floats[nFloats] - Array of floating-point values.

See also

Templates