diff --git a/picture.go b/picture.go
index fabfd6a3ad43c6b83f9328f67ba9f9b4ebb909cd..0d59cab3281227e707bcb6015cbb86627d393914 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
 }