CommandBuffer.IssuePluginCustomTextureUpdate

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

파라미터

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

설명

Send a texture update event to a native code plugin.