Method Initialize
Initialize(CommandBuffer, ComputeShader)
Initialize XR textures. Must be called at least once.
Declaration
public static void Initialize(CommandBuffer cmd, ComputeShader clearR32_UIntShader)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | cmd | Command Buffer used to initialize textures. |
ComputeShader | clearR32_UIntShader | Compute shader used to intitialize unsigned integer textures. |