mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Fix tests
This commit is contained in:
parent
193f29c6ef
commit
062bbcd4ce
1 changed files with 2 additions and 2 deletions
4
test.c
4
test.c
|
@ -80,8 +80,8 @@ uint16_t testRasterization()
|
||||||
|
|
||||||
numErrors += testTriangleRasterization(5,3, 3,3, 9,3, pixelsEmpty);
|
numErrors += testTriangleRasterization(5,3, 3,3, 9,3, pixelsEmpty);
|
||||||
numErrors += testTriangleRasterization(9,4, 9,0, 9,9, pixelsEmpty);
|
numErrors += testTriangleRasterization(9,4, 9,0, 9,9, pixelsEmpty);
|
||||||
numErrors += testTriangleRasterization(3,3, 6,6, 9,9, pixelsEmpty);
|
numErrors += testTriangleRasterization(9,9, 6,6, 3,3, pixelsEmpty);
|
||||||
numErrors += testTriangleRasterization(7,0, 3,3, 0,7, pixelsEmpty);
|
numErrors += testTriangleRasterization(0,6, 3,3, 6,0, pixelsEmpty);
|
||||||
numErrors += testTriangleRasterization(7,7, 7,7, 7,7, pixelsEmpty);
|
numErrors += testTriangleRasterization(7,7, 7,7, 7,7, pixelsEmpty);
|
||||||
|
|
||||||
uint8_t pixels1[TEST_BUFFER_W * TEST_BUFFER_H] =
|
uint8_t pixels1[TEST_BUFFER_W * TEST_BUFFER_H] =
|
||||||
|
|
Loading…
Reference in a new issue