Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

CommandBuffer.IssuePluginCustomTextureUpdate

Obsolete public void IssuePluginCustomTextureUpdate(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

Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.

Send a texture update event to a native code plugin.

Did you find this page useful? Please give it a rating: