Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2019 Changes in this version + type Stats struct + Cgocalls int + Drawcalls int + Glstats gls.Stats + UnilocHits int + UnilocMiss int + Unisets int + func NewStats(gs *gls.GLS) *Stats + func (s *Stats) Update(d time.Duration) bool + type StatsTable struct + func NewStatsTable(width, height float32, gs *gls.GLS) *StatsTable + func (st *StatsTable) Update(s *Stats)