Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getVulkanPtr
Function
getVulkanPtr
source/vulkan/vulkancommon.cpp:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void* getVulkanPtr(KMemory* memory, U32 address) {
140
return (void*)(memory->readq(address));
141
}
142
143
class VMemory {
144
public:
Callers
15
freeVulkanPtr
Function · 0.85
BOXED_vkCreateXlibSurfaceKHR
Function · 0.85
vk_DestroyInstance2
Function · 0.85
vk_DestroyInstance
Function · 0.85
vk_EnumeratePhysicalDevices
Function · 0.85
vk_GetPhysicalDeviceProperties
Function · 0.85
vk_GetPhysicalDeviceQueueFamilyProperties
Function · 0.85
vk_GetPhysicalDeviceMemoryProperties
Function · 0.85
vk_GetPhysicalDeviceFeatures
Function · 0.85
vk_GetPhysicalDeviceFormatProperties
Function · 0.85
vk_GetPhysicalDeviceImageFormatProperties
Function · 0.85
vk_CreateDevice
Function · 0.85
Calls
1
readq
Method · 0.80
Tested by
no test coverage detected