VkBreakout icon indicating copy to clipboard operation
VkBreakout copied to clipboard

Breakout with Vulkan to test Uniform Data Transfer Methods

Results 1 VkBreakout issues
Sort by recently updated
recently updated
newest added

Hello. In Renderer.cpp starting from line 427 you measure time using **vkCmdWriteTimestamp**, then calculate diff between end and begin and divide the diff by 1e6 to get milliseconds. But you...