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 }