graphics

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2015 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Framebuffer

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

func NewFramebufferFromTexture

func NewFramebufferFromTexture(c *opengl.Context, texture *Texture) (*Framebuffer, error)

func NewZeroFramebuffer

func NewZeroFramebuffer(c *opengl.Context, width, height int) (*Framebuffer, error)

func (*Framebuffer) Dispose

func (f *Framebuffer) Dispose(c *opengl.Context)

func (*Framebuffer) DrawTexture

func (f *Framebuffer) DrawTexture(c *opengl.Context, t *Texture, quads TextureQuads, geo, clr Matrix) error

func (*Framebuffer) Fill

func (f *Framebuffer) Fill(c *opengl.Context, r, g, b, a float64) error

func (*Framebuffer) Pixels

func (f *Framebuffer) Pixels(c *opengl.Context) ([]uint8, error)

func (*Framebuffer) Size

func (f *Framebuffer) Size() (width, height int)

type Matrix

type Matrix interface {
	Element(i, j int) float64
}

type Texture

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

func NewTexture

func NewTexture(c *opengl.Context, width, height int, filter opengl.FilterType) (*Texture, error)

func NewTextureFromImage

func NewTextureFromImage(c *opengl.Context, img image.Image, filter opengl.FilterType) (*Texture, error)

func (*Texture) Dispose

func (t *Texture) Dispose(c *opengl.Context)

func (*Texture) Size

func (t *Texture) Size() (width, height int)

type TextureQuads

type TextureQuads interface {
	Len() int
	Vertex(i int) (x0, y0, x1, y1 float32)
	Texture(i int) (u0, v0, u1, v1 float32)
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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