MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / Flush

Method Flush

Source/Backends/Vulkan/TestDevice/Source/Device.cpp:1089–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087}
1088
1089void Device::Flush() {
1090 vkDeviceWaitIdle(device);
1091}
1092
1093void Device::InitializeResources(CommandBufferID commandBuffer) {
1094 CommandBufferInfo& info = commandBuffers.at(commandBuffer);

Callers 2

InvokePreSubmitBatchHookFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected