Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + type Buffer struct + Format int32 + Handle common.NativeHandle + Height uint32 + MmapData []byte + Stride int32 + Usage uint64 + Width uint32 + func Allocate(ctx context.Context, sm *servicemanager.ServiceManager, width int32, ...) (*Buffer, error) + func (b *Buffer) Mmap() error + func (b *Buffer) Munmap()