Versions in this module Expand all Collapse all v0 v0.5.1 Aug 3, 2017 v0.5.0 Jul 27, 2017 v0.4.0 Jul 14, 2017 Changes in this version + func Data(ctx context.Context, l *device.MemoryLayout, at memory.Pointer, ...) (memory.Range, id.ID) + type FramebufferObservation struct + Data []byte + DataHeight uint32 + DataWidth uint32 + OriginalHeight uint32 + OriginalWidth uint32 + func (FramebufferObservation) API() api.API + func (FramebufferObservation) CmdFlags() api.CmdFlags + func (FramebufferObservation) CmdName() string + func (FramebufferObservation) Extras() *api.CmdExtras + func (FramebufferObservation) Mutate(ctx context.Context, s *api.State, b *builder.Builder) error + func (FramebufferObservation) SetThread(uint64) + func (FramebufferObservation) Thread() uint64 + func (a *FramebufferObservation) String() string + type Resource struct + Data []byte + ID id.ID + func (Resource) API() api.API + func (Resource) CmdFlags() api.CmdFlags + func (Resource) CmdName() string + func (Resource) Extras() *api.CmdExtras + func (Resource) Mutate(ctx context.Context, s *api.State, b *builder.Builder) error + func (Resource) SetThread(uint64) + func (Resource) Thread() uint64 + func (a *Resource) String() string