Version: 2017.3

CommandBuffer.IssuePluginCustomTextureUpdate

Cambiar al Manual
public void IssuePluginCustomTextureUpdate (IntPtr callback, Texture targetTexture, uint userData);

Parámetros

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

Descripción

Send a texture update event to a native code plugin.