Version: 2017.2

CommandBuffer.IssuePluginCustomTextureUpdate

매뉴얼로 전환
public void IssuePluginCustomTextureUpdate (IntPtr callback, Texture targetTexture, uint userData);

파라미터

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.

설명

Send a texture update event to a native code plugin.