diff tests/test_vulkan_wrapper.nim @ 714:5f7ec8d1bd33

fix: API changes
author sam <sam@basx.dev>
date Wed, 24 May 2023 01:31:21 +0700
parents e1a789902e4f
children bfcb41211c5b
line wrap: on
line diff
--- a/tests/test_vulkan_wrapper.nim	Wed May 24 01:31:02 2023 +0700
+++ b/tests/test_vulkan_wrapper.nim	Wed May 24 01:31:21 2023 +0700
@@ -131,7 +131,7 @@
       R, R, W, R, R,
       R, R, R, R, R,
     ]), sampler: sampler))
-    engine.addScene(scene, vertexInput)
+    engine.addScene(scene, vertexInput, samplers)
 
   # MAINLOOP
   echo "Setup successfull, start rendering"