CommandBuffer.IssuePluginCustomTextureUpdateV2

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

Parámetros

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

Descripción

Send a texture update event to a native code plugin.