From 4a31512454b58984948082a95a5f66683a6e45c4 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Wed, 25 Jan 2017 18:26:57 +0100
Subject: [PATCH] update doc in pixelgl

---
 pixelgl/doc.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pixelgl/doc.go b/pixelgl/doc.go
index 6feee33..e28bdfb 100644
--- a/pixelgl/doc.go
+++ b/pixelgl/doc.go
@@ -1,7 +1,7 @@
 // Package pixelgl provides some abstractions around the basic OpenGL primitives and
 // operations.
 //
-// All calls should be wrapped inside pixelgl.Do/DoNoBlock/DoErr/DoVal.
+// All calls should be done from the main thread using "github.com/faiface/mainthread" package.
 //
 // This package deliberately does not handle nor report OpenGL errors, it's up to you to
 // cause none.
-- 
GitLab