Version: 2018.4

CommandBuffer.IssuePluginCustomTextureUpdateV2

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

パラメーター

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

説明

Send a texture update event to a native code plugin.