This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
nanovg
mirror of
https://github.com/VCVRack/nanovg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update README.md
shared-context
Mikko Mononen
11 years ago
parent
be16b4dff3
commit
64de0f6321
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+ 1
- 1
README.md
View File
@@ -86,7 +86,7 @@ The data for the whole frame is buffered and flushed in `nvgEndFrame()`. The fol
glBindVertexArray(arr);
glBindBuffer(GL_ARRAY_BUFFER, buf);
glBindTexture(GL_TEXTURE_2D, tex);
``
``
`
## API Reference
Write
Preview
Loading…
Cancel
Save