CommandBuffer.IssuePluginCustomTextureUpdateV2

Switch to Manual
public void IssuePluginCustomTextureUpdateV2 (IntPtr callback, Texture targetTexture, uint userData);

Parameters

callbackNative code callback to queue for Unity's renderer to invoke.
targetTextureTexture resource to be updated.
userDataUser data to send to the native plugin.

Description

Send a texture update event to a native code plugin.