IssuePluginCustomTextureUpdate(nint, Texture, uint)
Deprecated. Use CommandBuffer.IssuePluginCustomTextureUpdateV2 instead.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
IssuePluginCustomTextureUpdate(IntPtr, Texture, uint)
public void IssuePluginCustomTextureUpdate(nint callback, Texture targetTexture, uint userData)
Parameters
Remarks
Send a texture update event to a native code plugin.