LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

CommandBuffer.IssuePluginCustomTextureUpdate

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.
commandParamUser data to send to the native plugin.

Description

Send a texture update event to a native code plugin.