CustomMarkerCallbackFlags
Flags that determine what custom events get called when native plugin callback is issued.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
[Flags]public enum CustomMarkerCallbackFlags
Remarks
You can combine flags by using the bitwise OR operator.
Fields
Value | Description |
|---|---|
| CustomMarkerCallbackDefault | No custom event is called. |
| CustomMarkerCallbackForceInvalidateStateTracking | Invalidates internal graphics device state after native plugin callback. |