gpu: correct GPU.Profile reference to profile.Op

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-08-13 08:25:22 +02:00
parent 23640ec38f
commit 71c5a134d7
+1 -1
View File
@@ -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
}