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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user