Skip to content

Commit 7630787

Browse files
committed
testing github action
1 parent 3209697 commit 7630787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/tests/04 initCommandBuffer.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ class `04 initCommandBuffer` : StringSpec() {
2626
/* VULKAN_HPP_KEY_START */
2727

2828
// create a UniqueCommandPool to allocate a CommandBuffer from
29-
val commandPool = device.createCommandPoolUnique(vk::CommandPoolCreateInfo(vk::CommandPoolCreateFlags(), graphicsQueueFamilyIndex))
29+
// val commandPool = device.createCommandPoolUnique(vk::CommandPoolCreateInfo(vk::CommandPoolCreateFlags(), graphicsQueueFamilyIndex))
3030

3131
// allocate a CommandBuffer from the CommandPool
32-
vk::UniqueCommandBuffer commandBuffer = std::move(device->allocateCommandBuffersUnique(vk::CommandBufferAllocateInfo(commandPool.get(), vk::CommandBufferLevel::ePrimary, 1)).front())
32+
// vk::UniqueCommandBuffer commandBuffer = std::move(device->allocateCommandBuffersUnique(vk::CommandBufferAllocateInfo(commandPool.get(), vk::CommandBufferLevel::ePrimary, 1)).front())
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)