Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ gpuMemory
Method
gpuMemory
GPCS4/Graphics/Sce/SceResource.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void* SceBuffer::gpuMemory() const
18
{
19
return this->buffer->mapPtr(0);
20
}
21
22
size_t SceBuffer::memorySize() const
23
{
Callers
1
SceResource
Method · 0.45
Calls
1
mapPtr
Method · 0.45
Tested by
no test coverage detected