Created
October 21, 2018 12:39
-
-
Save lubosz/c43e5426f5f778621c1553779bcee537 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vktrace -v full -p bin/cube -w . -tr frames-0-10 | |
vktrace info: Running vktrace as parent process will spawn child process: bin/cube | |
vktrace info: Listening for connections on port 34201. | |
[w] vikApplication:191 | Failed to initialize wayland-xdg, falling back to xcb. | |
[d] vikRenderer:451 | instance: Enabling supported VK_KHR_surface. | |
[d] vikRenderer:451 | instance: Enabling supported VK_KHR_get_physical_device_properties2. | |
[d] vikRenderer:451 | instance: Enabling supported VK_KHR_xcb_surface. | |
vktrace info: vktrace_lib library loaded into PID 28711 | |
vktrace info: Client: Connected to port 34201 successfully. | |
vktrace info: Connected on port 34201. | |
INTEL-MESA: warning: Haswell Vulkan support is incomplete | |
[d] vikDevice:502 | device: Enabling supported VK_KHR_multiview. | |
[w] vikDevice:506 | device: VK_NVX_multiview_per_view_attributes not supported. | |
[w] vikDevice:506 | device: VK_NV_viewport_array2 not supported. | |
[i] vikDevice:541 | multiview 1 | |
[i] vikDevice:542 | multiviewGeometryShader 1 | |
[i] vikDevice:543 | multiviewTessellationShader 1 | |
[i] vikDevice:557 | maxMultiviewViewCount 16 | |
[i] vikDevice:558 | maxMultiviewInstanceIndex 268435455 | |
[i] vikDevice:567 | perViewPositionAllComponents 0 | |
[i] vikSwapChainVK:259 | Using color format VK_FORMAT_B8G8R8A8_UNORM (VK_COLORSPACE_SRGB_NONLINEAR_KHR) | |
[i] vikSwapChainVK:329 | Using present mode VK_PRESENT_MODE_FIFO_KHR | |
[d] vikSwapChainVK:279 | Creating 3 image views. | |
[d] vikRenderer:238 | Allocating 3 Command Buffers. | |
vktrace info: Trim stopping now at frame: 10 | |
vktrace warning: Device destroyed but 2 child objects were not destroyed. | |
vktrace info: vktrace_lib library unloaded from PID 28711 | |
vktrace info: vktrace_lib TrapExit. | |
vktrace info: Thread_CaptureTrace is exiting. | |
vktrace info: Child process exited. | |
vktrace info: Post processing trace file | |
vktrace info: Post processing of trace file completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment