--Code changes

-Add a benchmarking suite which includes a Powershell script and sample flames.
This commit is contained in:
Person
2017-12-04 20:56:43 -08:00
parent 1c835160d7
commit f28edf3217
10 changed files with 426 additions and 9 deletions

View File

@ -774,8 +774,6 @@ bool GLWidget::Allocate(bool force)
if (doIt)
{
//m_TexWidth = scaledW;
//m_TexHeight = scaledH;
m_TexWidth = GLint(w);
m_TexHeight = GLint(h);
glEnable(GL_TEXTURE_2D);