From 53cd80eb347749fcddfbe445ba9669c352b245a8 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 6 Dec 2016 16:38:00 +0100 Subject: [PATCH] clarify doc --- picture.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/picture.go b/picture.go index fabfd6a..0d59cab 100644 --- a/picture.go +++ b/picture.go @@ -49,6 +49,8 @@ func (p Picture) Delete() { } // Texture returns a pointer to the underlying OpenGL texture of a picture. +// +// Note, that the parent of this texture is pixelgl.NoOpDoer. func (p Picture) Texture() *pixelgl.Texture { return p.texture }