Skip to main content

PixelShuffleMode

type PixelShuffleMode int32

PixelShuffleMode mirrors the C ABI's `clika_rt_pixel_shuffle_mode` values.

Constructors and associated declarations

PixelShuffleModeCrd, PixelShuffleModeDcr

const (
PixelShuffleModeCrd PixelShuffleMode = 0
PixelShuffleModeDcr PixelShuffleMode = 1
)