Version: 2018.2

CommandBuffer.IssuePluginCustomTextureUpdate

マニュアルに切り替える
public void IssuePluginCustomTextureUpdate (IntPtr callback, Texture targetTexture, uint userData);

パラメーター

callbackUnity のレンダラーを起動させるために Queue するネイティブコードコールバック
targetTextureTexture resource to be updated.
commandParamUser data to send to the native plugin.

説明

Send a texture update event to a native code plugin.