diff src/vertex.nim @ 13:a571db114152

add: vector/matrix modules, tests, nim config script
author Sam <sam@basx.dev>
date Wed, 28 Dec 2022 11:42:21 +0700
parents
children b40466fa446a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/vertex.nim	Wed Dec 28 11:42:21 2022 +0700
@@ -0,0 +1,5 @@
+type
+  VertexAttribute = object
+
+  VertexType = object
+