Fix signed/unsigned comparison warning in shader test
Trivial, noticed while looking for deprecation warnings. Change-Id: Ie2c450d457e25b998fb686c4c22333781364073c Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
8207751661
commit
73a2320278
@ -613,7 +613,7 @@ void tst_QShader::loadV7()
|
||||
QVERIFY(tesc.isValid());
|
||||
QCOMPARE(QShaderPrivate::get(&tesc)->qsbVersion, 7);
|
||||
QCOMPARE(tesc.availableShaders().count(), 5);
|
||||
QCOMPARE(tesc.description().tessellationOutputVertexCount(), 3);
|
||||
QCOMPARE(tesc.description().tessellationOutputVertexCount(), 3u);
|
||||
|
||||
QCOMPARE(tesc.description().inputBuiltinVariables().count(), 2);
|
||||
QCOMPARE(tesc.description().outputBuiltinVariables().count(), 3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user