Class CopyBufferToTexture
Wrapper for a compute shader that may be used to copy data from a compute buffer to a texture.
Inheritance
CopyBufferToTexture
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
[PublicAPI]
public static class CopyBufferToTexture
Methods
Dispatch(ComputeBuffer, Texture)
Declaration
public static void Dispatch(ComputeBuffer input, Texture output)
Parameters
Dispatch(CommandBuffer, ComputeBuffer, Texture)
Declaration
public static void Dispatch(CommandBuffer commandBuffer, ComputeBuffer input, Texture output)
Parameters
Initialize()
Declaration
public static void Initialize()