MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / DeleteRepackedStructArray

Function DeleteRepackedStructArray

ThunkLibs/libvulkan/Host.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285
286template<typename T>
287void DeleteRepackedStructArray(uint32_t Count, T* HostData, guest_layout<T*>& GuestData) {
288 for (uint32_t i = 0; i < Count; ++i) {
289 fex_apply_custom_repacking_exit(GuestData.get_pointer()[i], to_host_layout(HostData[i]));
290 }
291 delete[] HostData;
292}
293
294void fexfn_impl_libvulkan_vkCmdSetVertexInputEXT(
295 VkCommandBuffer Buffer, uint32_t BindingDescCount, guest_layout<const VkVertexInputBindingDescription2EXT*> GuestBindingDescs,

Callers 1

fex_custom_repack_exitFunction · 0.85

Calls 1

get_pointerMethod · 0.45

Tested by

no test coverage detected