buffered

package
v1.12.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BeginFrame

func BeginFrame() error

func EndFrame

func EndFrame() error

Types

type Image

type Image struct {
	// contains filtered or unexported fields
}

func NewImage

func NewImage(width, height int) *Image

func NewScreenFramebufferImage

func NewScreenFramebufferImage(width, height int) *Image

func (*Image) DrawTriangles

func (i *Image) DrawTriangles(srcs [graphics.ShaderImageNum]*Image, vertices []float32, indices []uint16, colorm *affine.ColorM, mode driver.CompositeMode, filter driver.Filter, address driver.Address, sourceRegion driver.Region, subimageOffsets [graphics.ShaderImageNum - 1][2]float32, shader *Shader, uniforms []interface{})

DrawTriangles draws the src image with the given vertices.

Copying vertices and indices is the caller's responsibility.

func (*Image) Dump

func (i *Image) Dump(name string, blackbg bool) error

func (*Image) Fill

func (i *Image) Fill(clr color.RGBA)

func (*Image) MarkDisposed

func (i *Image) MarkDisposed()

func (*Image) Pixels added in v1.12.0

func (img *Image) Pixels(x, y, width, height int) (pix []byte, err error)

func (*Image) ReplacePixels

func (i *Image) ReplacePixels(pix []byte, x, y, width, height int) error

func (*Image) SetVolatile added in v1.12.0

func (i *Image) SetVolatile(volatile bool)

type Shader added in v1.12.0

type Shader struct {
	// contains filtered or unexported fields
}

func NewShader added in v1.12.0

func NewShader(program *shaderir.Program) *Shader

func (*Shader) MarkDisposed added in v1.12.0

func (s *Shader) MarkDisposed()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL