MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / UUIDToJson

Function UUIDToJson

vulkanDeviceInfo.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211QJsonArray UUIDToJson(uint8_t* UUID)
212{
213 QJsonArray jsonArray;
214 for (uint32_t i = 0; i < VK_UUID_SIZE; i++) {
215 jsonArray.append(UUID[i]);
216 }
217 return jsonArray;
218}
219
220QJsonArray LUIDToJson(uint8_t* UUID)
221{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected