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

Function LUIDToJson

vulkanDeviceInfo.cpp:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220QJsonArray LUIDToJson(uint8_t* UUID)
221{
222 QJsonArray jsonArray;
223 for (uint32_t i = 0; i < VK_LUID_SIZE; i++) {
224 jsonArray.append(UUID[i]);
225 }
226 return jsonArray;
227}
228
229void VulkanDeviceInfo::readPhysicalProperties()
230{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected