Version: 2017.2

CommandBuffer.IssuePluginCustomTextureUpdate

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

パラメーター

callback Unity のレンダラーを起動させるために Queue するネイティブコードコールバック
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.