Reduce buffer uploading stuttering

I also included commented out versions of several other buffer uploading options and comments on how well they perform.
This commit is contained in:
James Seibel
2021-10-04 22:52:11 -05:00
parent ee6c8d597c
commit f6ea990ab0
2 changed files with 128 additions and 16 deletions
@@ -100,10 +100,6 @@ public class GlProxy
/**
* A wrapper function to make switching contexts easier. <br>
* Does nothing if the calling thread is already using newContext.
*
* @throws IllegalStateException if unable to change to newContext. <br>
* This exception should never be thrown if
* switching to GlProxyContext.NONE
*/
public void setGlContext(GlProxyContext newContext)
{