MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / vk_EnumerateInstanceVersion

Function vk_EnumerateInstanceVersion

source/vulkan/vk_host.cpp:1169–1175  ·  view source on GitHub ↗

return type: VkResult(4 bytes)

Source from the content-addressed store, hash-verified

1167}
1168// return type: VkResult(4 bytes)
1169void 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)
1177void vk_EnumerateInstanceLayerProperties(CPU* cpu) {
1178 initVulkan();

Callers

nothing calls this directly

Calls 3

initVulkanFunction · 0.70
readdMethod · 0.45
writedMethod · 0.45

Tested by

no test coverage detected