Chromium Code Reviews
DescriptionInitialize memory for vulkan swapchain images.
This fixes the failing BasicVulkanTests, EmptyVulkanSwaps and BasicRenderPass.
vkQueuePresentKHR() or vkQueueSubmit() fails because the swapchain images
were not initialized. The solution is to initially fill the swapchain images
with 0 (black) in VulkanSwapChain::InitializeSwapImages().
BUG=683815
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Patch Set 1 #
Messages
Total messages: 3 (3 generated)
|
|||||||||||||||||||