This version of Unity is unsupported.
Method group is Obsolete

CommandBuffer.IssuePluginCustomTextureUpdate

Obsolete public void IssuePluginCustomTextureUpdate(IntPtr callback, Texture targetTexture, uint userData);

Parameters

callback Native code callback to queue for Unity's renderer to invoke.
targetTexture Texture resource to be updated.
userData User data to send to the native plugin.

Description

Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.

Send a texture update event to a native code plugin.