oto icon indicating copy to clipboard operation
oto copied to clipboard

introduce a new type replacing `bitDepthInBytes`

Open hajimehoshi opened this issue 2 years ago • 0 comments

type Format int

const (
    FormatUnsigned8 Format = iota
    FormatSigned16LE
    FormatFloat32LE // new
)

hajimehoshi avatar Jul 01 '22 04:07 hajimehoshi