Mercurial > games > semicongine
diff semicongine/vulkan/drawable.nim @ 1138:02e1d2658ff5
did: more renaming
author | sam <sam@basx.dev> |
---|---|
date | Tue, 04 Jun 2024 22:08:48 +0700 |
parents | a4aa9f374d44 |
children | 114f395b9144 |
line wrap: on
line diff
--- a/semicongine/vulkan/drawable.nim Tue Jun 04 20:51:22 2024 +0700 +++ b/semicongine/vulkan/drawable.nim Tue Jun 04 22:08:48 2024 +0700 @@ -24,7 +24,7 @@ else: &"Drawable({drawable.name}, elementCount: {drawable.elementCount}, instanceCount: {drawable.instanceCount}, bufferOffsets: {drawable.bufferOffsets})" -proc draw*(drawable: Drawable, commandBuffer: VkCommandBuffer, vertexBuffers: Table[MemoryPerformanceHint, Buffer], indexBuffer: Buffer, pipeline: VkPipeline) = +proc Draw*(drawable: Drawable, commandBuffer: VkCommandBuffer, vertexBuffers: Table[MemoryPerformanceHint, Buffer], indexBuffer: Buffer, pipeline: VkPipeline) = debug &"Draw {drawable} with pipeline {pipeline}" var buffers: seq[VkBuffer]