Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Side by Side Diff: tools/viewer/sk_app/VulkanWindowContext.cpp

Issue 2226413002: Clean up Xlib viewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix non-vulkan build Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/viewer/Viewer.cpp ('k') | tools/viewer/sk_app/unix/main_unix.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2015 Google Inc. 3 * Copyright 2015 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 #include "GrContext.h" 9 #include "GrContext.h"
10 #include "GrRenderTarget.h" 10 #include "GrRenderTarget.h"
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 NULL, // pNext 580 NULL, // pNext
581 1, // waitSemaphoreCount 581 1, // waitSemaphoreCount
582 &backbuffer->fRenderSemaphore, // pWaitSemaphores 582 &backbuffer->fRenderSemaphore, // pWaitSemaphores
583 1, // swapchainCount 583 1, // swapchainCount
584 &fSwapchain, // pSwapchains 584 &fSwapchain, // pSwapchains
585 &backbuffer->fImageIndex, // pImageIndices 585 &backbuffer->fImageIndex, // pImageIndices
586 NULL // pResults 586 NULL // pResults
587 }; 587 };
588 588
589 fQueuePresentKHR(fPresentQueue, &presentInfo); 589 fQueuePresentKHR(fPresentQueue, &presentInfo);
590
591 } 590 }
592 591
593 } //namespace sk_app 592 } //namespace sk_app
OLDNEW
« no previous file with comments | « tools/viewer/Viewer.cpp ('k') | tools/viewer/sk_app/unix/main_unix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698