Class Threshold
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[PublicAPI]
public static class Threshold
Methods
Dispatch(ComputeBuffer, ComputeBuffer, float, float)
Declaration
public static void Dispatch(ComputeBuffer input, ComputeBuffer output, float minThreshold, float maxThreshold)
Parameters
Dispatch(CommandBuffer, ComputeBuffer, ComputeBuffer, float, float)
Declaration
public static void Dispatch(CommandBuffer commandBuffer, ComputeBuffer input, ComputeBuffer output, float minThreshold, float maxThreshold)
Parameters
Initialize()
Declaration
public static void Initialize()