Method InitializeSensorSDKComputeShader
InitializeSensorSDKComputeShader(string, string)
Initializes a SensorSDK computer shader.
Declaration
protected virtual void InitializeSensorSDKComputeShader(string computeShaderName, string kernelName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | computeShaderName | Name of the compute shader to load. |
| string | kernelName | Name of the kernel in the compute shader to find. |