mipmap

package
v2.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: Apache-2.0 Imports: 7 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 Mipmap

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

Mipmap is a set of buffered.Image sorted by the order of mipmap level. The level 0 image is a regular image and higher-level images are used for mipmap.

func New

func New(width, height int) *Mipmap

func NewScreenFramebufferMipmap

func NewScreenFramebufferMipmap(width, height int) *Mipmap

func (*Mipmap) DrawTriangles

func (m *Mipmap) DrawTriangles(srcs [graphics.ShaderImageNum]*Mipmap, 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{}, canSkipMipmap bool)

func (*Mipmap) Dump

func (m *Mipmap) Dump(name string, blackbg bool) error

func (*Mipmap) MarkDisposed

func (m *Mipmap) MarkDisposed()

func (*Mipmap) Pixels

func (m *Mipmap) Pixels(x, y, width, height int) ([]byte, error)

func (*Mipmap) ReplacePixels

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

func (*Mipmap) SetVolatile

func (m *Mipmap) SetVolatile(volatile bool)

type Shader

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

func NewShader

func NewShader(program *shaderir.Program) *Shader

func (*Shader) MarkDisposed

func (s *Shader) MarkDisposed()

Jump to

Keyboard shortcuts

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