CommandBuffer.IssuePluginCustomTextureUpdateV2

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

파라미터

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

설명

Send a texture update event to a native code plugin.