MCPcopy 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
139void* getVulkanPtr(KMemory* memory, U32 address) {
140 return (void*)(memory->readq(address));
141}
142
143class VMemory {
144public:

Calls 1

readqMethod · 0.80

Tested by

no test coverage detected