Method DestroyCustomPasses
DestroyCustomPasses(List<CustomPassDescriptor>)
Destroy a list of custom passes according to the descriptor list.
Declaration
public static void DestroyCustomPasses(List<CustomPassDescriptor> lstCustomPassDescriptor)
Parameters
Type | Name | Description |
---|---|---|
List<CustomPassDescriptor> | lstCustomPassDescriptor | List of custom pass descriptor. |