return type: VkResult(4 bytes)
| 1167 | } |
| 1168 | // return type: VkResult(4 bytes) |
| 1169 | void vk_EnumerateInstanceVersion(CPU* cpu) { |
| 1170 | initVulkan(); |
| 1171 | uint32_t tmp_pApiVersion = (uint32_t) cpu->memory->readd(ARG1); |
| 1172 | uint32_t* pApiVersion = &tmp_pApiVersion; |
| 1173 | EAX = (U32)pvkEnumerateInstanceVersion(pApiVersion); |
| 1174 | cpu->memory->writed(ARG1, (U32)tmp_pApiVersion); |
| 1175 | } |
| 1176 | // return type: VkResult(4 bytes) |
| 1177 | void vk_EnumerateInstanceLayerProperties(CPU* cpu) { |
| 1178 | initVulkan(); |
nothing calls this directly
no test coverage detected