MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / createCommandBuffers

Function createCommandBuffers

tests/DeviceFunctions/DeviceFunctions.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32template <class Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE, class Alloc = std::allocator<vk::UniqueHandle<vk::CommandBuffer, Dispatch>>>
33
34std::vector<vk::UniqueHandle<vk::CommandBuffer, Dispatch>, Alloc> createCommandBuffers( const vk::Device & device,
35 const vk::CommandBufferAllocateInfo & allocateInfo,
36 const Alloc & alloc = Alloc(),
37 const Dispatch & d = VULKAN_HPP_DEFAULT_DISPATCHER )
38{
39 return device.allocateCommandBuffersUnique( allocateInfo, alloc, d );
40}
41
42int main()
43{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected