aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-10-31 17:46:16 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-10-31 17:46:16 +0100
commita908a14adc90dd6c421468e2651fcc024a83bf10 (patch)
tree347d3cab575e556156ca4398740504da14bfe143 /README.md
parent2c029f3fa3c0cfb687876c06de48ff340f9efd6a (diff)
parentbbcb4c8beab5de681f2f19ba30160e6b5ead3a32 (diff)
downloadglutin-a908a14adc90dd6c421468e2651fcc024a83bf10.tar.gz
glutin-a908a14adc90dd6c421468e2651fcc024a83bf10.zip
Merge pull request #90 from tomaka/remove-glflush
Remove call to glFlush() before swap_buffers on win32
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0c0c3a..042ed63 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ fn main() {
### Win32
+ - You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window
- Pixel formats are not implemented
- If you don't have MinGW installed, you will need to provide `libgdi32.a` and `libopengl32.a` ; you can put them in `C:\Users\you\.rust`
- If you don't have `make` in your PATH, you can pass `--no-default-features --features "window"` when compiling ([see also](http://crates.io/manifest.html#the-[features]-section))