Versions in this module Expand all Collapse all v0 v0.0.8 Apr 3, 2026 Changes in this version + func Free(h BufferHandle) + func LockGeneric(h BufferHandle, width, height int32, bufSize int) ([]byte, error) + func LockYCbCr(h BufferHandle, width, height int32) ([]byte, error) + func Open() error + type BufferHandle uintptr + func ImportBuffer(fds []int32, ints []int32) (BufferHandle, error)