package debug
import "golang.org/x/mobile/exp/app/debug"
Package debug provides GL-based debugging tools for apps.
Index ¶
Types ¶
type FPS ¶
type FPS struct {
// contains filtered or unexported fields
}
FPS draws a count of the frames rendered per second.
func NewFPS ¶
NewFPS creates an FPS tied to the current GL context.
func (*FPS) Draw ¶
Draw draws the per second framerate in the bottom-left of the screen.
func (*FPS) Release ¶
func (f *FPS) Release()
Source Files ¶
fps.go
- Version
- v0.0.0-20250210185054-b38b8813d607 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 1 month ago –
Tools for package owners.