annotate examples/test.nim @ 472:af43f2acf2b9

Merge /mnt/Users/sam/git/vulkan
author Sam <sam@basx.dev>
date Sat, 24 Dec 2022 22:38:09 +0700
parents 91544fc1afe5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
463
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
1 import engine
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
2
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
3
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
4 when isMainModule:
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
5 var myengine = igniteEngine()
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
6 myengine.fullThrottle()
91544fc1afe5 did: hello world triangle, a bit of code organization
Sam <sam@basx.dev>
parents:
diff changeset
7 myengine.trash()