Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | H A D | 25-Apr-2025 | 10.1 KiB | 169 | 139 | |
OWNERS | H A D | 25-Apr-2025 | 14 | 2 | 1 | |
README.chromium | H A D | 25-Apr-2025 | 535 | 14 | 12 | |
vulkan_command_buffer_utils.cpp | H A D | 25-Apr-2025 | 70.3 KiB | 1,932 | 1,531 | |
vulkan_command_buffer_utils.h | H A D | 25-Apr-2025 | 23.6 KiB | 566 | 449 |
README.chromium
1Name: vulkan_command_buffer_utils.h, vulkan_command_buffer_utils.cpp 2URL: https://github.com/LunarG/VulkanSamples/tree/master/API-Samples/utils 3Version: N/A 4Revision: 9cbde4db68a38f8e108560741a97d759f76a9eb3 5License: Apache License, Version 2.0 6License File: http://www.apache.org/licenses/LICENSE-2.0 7Security Critical: no 8Shipped: no 9 10Description: 11Utility functions used to implement Vulkan samples and performance tests. 12Modified and reorganized to add support for running applications using 13various command buffer implementations. 14