Class Swizzle
Namespace: Holoride.ElasticSDK.Compute
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[PublicAPI]
public static class Swizzle
Methods
Dispatch2D1DXX(ComputeBuffer, ComputeBuffer)
Copies a float
compute buffer into a float2
compute buffer by using a .xx swizzle.
Declaration
public static void Dispatch2D1DXX(ComputeBuffer input, ComputeBuffer output)
Parameters
Type | Name | Description |
---|---|---|
ComputeBuffer | input | The buffer to copy the data from. |
ComputeBuffer | output | The buffer to copy the data to. |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|
ArgumentException |
|
ArgumentException |
|
ArgumentException |
|
Initialize()
Declaration
public static void Initialize()