examples/modular-compositor/main.go

Structs

Structs

type Frame struct

Frame carries a rendered module image to the compositor.

type Frame struct {
	ModuleID	string
	Image		*image.RGBA
	X, Y		int	// position on screen
}