Mercurial > games > semicongine
diff tests/test_materials.nim @ 376:fa38cd28f041
fix: all tests
author | Sam <sam@basx.dev> |
---|---|
date | Sun, 26 Nov 2023 19:53:00 +0700 |
parents | f4f1474dc70a |
children | eaf084ba80e5 |
line wrap: on
line diff
--- a/tests/test_materials.nim Sun Nov 26 19:52:42 2023 +0700 +++ b/tests/test_materials.nim Sun Nov 26 19:53:00 2023 +0700 @@ -50,8 +50,8 @@ ], uniforms=[attr[float32]("test2", arrayCount=2)], samplers = @[ - attr[Texture]("tex1", arrayCount=2), - attr[Texture]("tex2", arrayCount=2), + attr[Texture]("tex1", arrayCount=1), + attr[Texture]("tex2", arrayCount=1), ], outputs=[attr[Vec4f]("color")], vertexCode="""