diff tests/test_vulkan_wrapper.nim @ 845:19b5051d6eb7

fix: cleanup when multiple textures use same vulkan image
author Sam <sam@basx.dev>
date Sun, 03 Dec 2023 00:05:38 +0700
parents 0d46e6638bd6
children 91e018270832
line wrap: on
line diff
--- a/tests/test_vulkan_wrapper.nim	Sat Dec 02 22:26:45 2023 +0700
+++ b/tests/test_vulkan_wrapper.nim	Sun Dec 03 00:05:38 2023 +0700
@@ -25,7 +25,7 @@
   )
   Mat2Type = MaterialType(
     name: "single texture material 2",
-    meshAttributes: {
+    vertexAttributes: {
       "position": Vec3F32,
       "uv": Vec2F32,
     }.toTable,