comparison tests/test_vulkan_wrapper.nim @ 253:ad078e26a1c7

fix: API changes
author sam <sam@basx.dev>
date Wed, 24 May 2023 01:31:21 +0700
parents 0ec43b857a7e
children bfcb41211c5b
comparison
equal deleted inserted replaced
252:f31d848ab551 253:ad078e26a1c7
129 R, R, W, R, R, 129 R, R, W, R, R,
130 R, W, W, W, R, 130 R, W, W, W, R,
131 R, R, W, R, R, 131 R, R, W, R, R,
132 R, R, R, R, R, 132 R, R, R, R, R,
133 ]), sampler: sampler)) 133 ]), sampler: sampler))
134 engine.addScene(scene, vertexInput) 134 engine.addScene(scene, vertexInput, samplers)
135 135
136 # MAINLOOP 136 # MAINLOOP
137 echo "Setup successfull, start rendering" 137 echo "Setup successfull, start rendering"
138 for i in 0 ..< 3: 138 for i in 0 ..< 3:
139 for scene in scenes.mitems: 139 for scene in scenes.mitems: