mobile: golang.org/x/mobile/exp/app/debug Index | Files

package debug

import "golang.org/x/mobile/exp/app/debug"

Package debug provides GL-based debugging tools for apps.

Index

Package Files

fps.go

type FPS

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

FPS draws a count of the frames rendered per second.

func NewFPS

func NewFPS(images *glutil.Images) *FPS

NewFPS creates an FPS tied to the current GL context.

func (*FPS) Draw

func (p *FPS) Draw(sz size.Event)

Draw draws the per second framerate in the bottom-left of the screen.

func (*FPS) Release

func (f *FPS) Release()

Package debug imports 7 packages (graph) and is imported by 7 packages. Updated 6 days ago. Refresh now. Tools for package owners.