csharp
public readonly record struct CapturedCommandOne captured RHI call.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Flat and shared-slot, the same trade RecordedCommand makes: one type keeps the stream in one array and in order, and what each slot means is a property of the kind rather than of the type.
Fields and properties (9)
public int SequenceIts position in the frame's stream, from zero.
public CaptureCommandKind KindWhich call it was.
public string? LabelA name, for the passes, groups and markers that carry one.
public long AFirst argument slot.
public long BSecond.
public long CThird.
public long DFourth.
public long EFifth.
public bool IsWorkWhether this is a call somebody would want to step to.
Methods (2)
public CapturedCommand(int Sequence, CaptureCommandKind Kind, string? Label = null, long A = 0, long B = 0, long C = 0, long D = 0, long E = 0)One captured RHI call.
public string Describe()A sentence describing the call and its arguments.
Used by (6)
- CaptureNodeVixen.Editor.Debugger
- DrawStateVixen.Editor.Debugger
- FrameCaptureVixen.Editor.Debugger
- FrameCaptureTestsVixen.Editor.Debugger.Tests
- FrameDebuggerViewVixen.Editor.Debugger
- NullFrameCaptureVixen.Editor.Debugger