# Functions
APIStateAfter returns an absolute path to the API state after c.
ArrayIndex resolves and returns the array or slice element from the path p.
As resolves and returns the object at p transformed to the requested type.
Blob resolves and returns the byte slice from the path p.
Capture resolves and returns the capture from the path p.
Cmd resolves and returns the command from the path p.
Cmds resolves and returns the command list from the path p.
Commands resolves and returns the command list from the path p.
CommandThumbnail resolves and returns the thumbnail for the framebuffer at p.
CommandTree resolves the specified command tree path.
CommandTreeNode resolves the specified command tree node path.
CommandTreeNodeForCommand returns the path to the CommandTreeNode that represents the specified command.
CommandTreeNodeThumbnail resolves and returns the thumbnail for the framebuffer at p.
ConstantSet resolves and returns the constant set from the path p.
Delete creates a copy of the capture referenced by p, but without the object, value or memory at p.
Device resolves and returns the device from the path p.
DeviceTraceConfiguration resolves and returns the trace config for a device.
Field resolves and returns the field from the path p.
Find performs a search using req and calling handler for each result.
Follow resolves the path to the object that the value at Path links to.
FramebufferAttachment resolves the specified framebuffer attachment at the specified point in a capture.
FramebufferChanges returns the list of attachment changes over the span of the entire capture.
FramebufferObservation returns the framebuffer observation for the given command.
Framegraph returns the framegraph generated by the capture's API.
Get resolves the object, value or memory at p.
GlobalState resolves the global *api.GlobalState at a requested point in a capture.
ImageInfo resolves and returns the ImageInfo from the path p.
IndexLimits returns the range of indices which were referenced by index buffer with identifier id.
MapIndex resolves and returns the map value from the path p.
Memory resolves and returns the memory from the path p.
MemoryAsType resolves and returns the memory from the path p.
Mesh resolves and returns the Mesh from the path p.
MultiResourceDataThumbnail resolves and returns the thumbnails for multiple resources at p.
NCmds resolves and returns the command list from the path p, ensuring that the number of commands is at least N.
Parameter resolves and returns the parameter from the path p.
Pipelines resolves the data of the currently bound pipelines at the specified point in the capture.
ProfileStaticAnalysis resolves the static analysis profiling data.
Report resolves the report for the given path.
ResolveInternal resolves and returns the object, value or memory at the path p without converting the potentially internal result to a service representation.
ResolveService resolves and returns the object, value or memory at the path p, converting the final result to the service representation.
ResourceData resolves the data of the specified resource at the specified point in the capture.
ResourceDatas resolves the data of multiple resources at the specified point in the capture.
ResourceDataThumbnail resolves and returns the thumbnail for the resource at p.
ResourceIDMap returns the ResourceMap at the given command.
ResourceMeta returns the metadata for the specified resource.
Resources resolves all the resources used by the specified capture.
Result resolves and returns the command's result from the path p.
Set creates a copy of the capture referenced by the request's path, but with the object, value or memory at p replaced with v.
SetupContext binds the capture and a replay device to the returned context.
Slice resolves and returns the subslice from the path p.
State resolves the specific API state at a requested point in a capture.
StateTree resolves the specified state tree path.
StateTreeNode resolves the specified command tree node path.
StateTreeNodeForPath returns the path to the StateTreeNode representing the path p.
Stats resolves and returns the stats list from the path p.
SyncData resolves and returns the sync.Data from the path p.
Thumbnail resolves and returns the thumbnail from the path p.
# Structs
AttachmentFramebufferChanges describes the list of attachment changes over the span of the entire capture.
CmdGroupData is the additional metadata assigned to api.CmdIDGroups UserData field.
FramebufferAttachmentInfo describes the dimensions and format of a framebuffer attachment.
IndexRange represents the range of indices which were referenced by index buffer.
ResolvedResources contains all of the resolved resources for a particular point in the trace.
# Type aliases
CommandFilter is a predicate used for filtering commands.
CommandFilters is a list of CommandFilters.