MCPcopy Create free account
hub / github.com/KhronosGroup/glTF-IBL-Sampler / executeCommandBuffer

Method executeCommandBuffer

lib/source/vkHelper.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534VkResult IBLLib::vkHelper::executeCommandBuffer(VkCommandBuffer _cmdBuffer) const
535{
536 return executeCommandBuffers({ _cmdBuffer });
537}
538
539VkResult IBLLib::vkHelper::executeCommandBuffers(const std::vector<VkCommandBuffer>& _cmdBuffers) const
540{

Callers 4

uploadImageFunction · 0.80
downloadCubemapFunction · 0.80
download2DImageFunction · 0.80
sampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected