Documentation ¶
Overview ¶
Package loader contains utilities for setting up the Vulkan loader.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupReplay ¶
func SetupReplay(ctx context.Context, d bind.Device, abi *device.ABI, env *shell.Env) (func(ctx context.Context), error)
SetupReplay sets up the environment for a desktop. Returns a clean-up function to be called after replay completes, or an error.
func SetupTrace ¶
func SetupTrace(ctx context.Context, d bind.Device, abi *device.ABI, env *shell.Env) (func(ctx context.Context), string, error)
SetupTrace sets up the environment for tracing a local app. Returns a clean-up function to be called after the trace completes, and a temporary filename that can be used to find the port if stdout fails, or an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.