Documentation ¶
Index ¶
- func BeginFrame() error
- func EndFrame() error
- type Image
- func (i *Image) DrawTriangles(srcs [graphics.ShaderImageNum]*Image, vertices []float32, indices []uint16, ...)
- func (i *Image) Dump(name string, blackbg bool) error
- func (i *Image) MarkDisposed()
- func (img *Image) Pixels(x, y, width, height int) (pix []byte, err error)
- func (i *Image) ReplacePixels(pix []byte, x, y, width, height int) error
- func (i *Image) SetVolatile(volatile bool)
- type Shader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeginFrame ¶
func BeginFrame() error
Types ¶
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
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, dstRegion, srcRegion 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) MarkDisposed ¶
func (i *Image) MarkDisposed()
func (*Image) ReplacePixels ¶
func (*Image) SetVolatile ¶
Click to show internal directories.
Click to hide internal directories.