mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 00:16:15 +00:00
gpu: correct GPU.Profile reference to profile.Op
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ type GPU interface {
|
||||
// Frame draws the collected operations to target.
|
||||
Frame(target RenderTarget) error
|
||||
// Profile returns the last available profiling information. Profiling
|
||||
// information is requested when Collect sees a ProfileOp, and the result
|
||||
// information is requested when Collect sees an io/profile.Op, and the result
|
||||
// is available through Profile at some later time.
|
||||
Profile() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user