Mercurial > games > semicongine
comparison tests/test_text.nim @ 1397:4fd96b36696a
autocommit
author | sam <sam@basx.dev> |
---|---|
date | Sat, 14 Dec 2024 16:34:02 +0700 |
parents | 377b786e96d0 |
children | f7bf7a5cc1e7 |
comparison
equal
deleted
inserted
replaced
1396:377b786e96d0 | 1397:4fd96b36696a |
---|---|
57 render( | 57 render( |
58 commandbuffer, | 58 commandbuffer, |
59 pipeline, | 59 pipeline, |
60 EMPTY(), | 60 EMPTY(), |
61 glyphs, | 61 glyphs, |
62 fixedVertexCount = 6, # fixedInstanceCount = 2, | 62 fixedVertexCount = 6, |
63 fixedInstanceCount = 2, | |
63 ) | 64 ) |
64 | 65 |
65 # cleanup | 66 # cleanup |
66 checkVkResult vkDeviceWaitIdle(vulkan.device) | 67 checkVkResult vkDeviceWaitIdle(vulkan.device) |
67 destroyPipeline(pipeline) | 68 destroyPipeline(pipeline) |