jayhf / OpenTkControl

A faster way to use OpenTk in WPF without Forms dependencies
MIT License
30 stars 6 forks source link

Use PBOs to improve performance #1

Open jayhf opened 7 years ago

jayhf commented 7 years ago

OpenGL's pixel buffer objects can be used to transfer pixel data asynchronously and using them would further improve frame rates. Adding support may be a little complicated when not in continuous mode.