MCPcopy Create free account
hub / github.com/Inori/GPCS4 / memorySize

Method memorySize

GPCS4/Graphics/Sce/SceResource.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 size_t SceBuffer::memorySize() const
23 {
24 return this->gnmBuffer.getSize();
25 }
26
27 void* SceTexture::cpuMemory() const
28 {

Callers 1

SceResourceMethod · 0.80

Calls 4

getSizeAlignMethod · 0.80
getColorSizeAlignMethod · 0.80
getZSizeAlignMethod · 0.80
getSizeMethod · 0.45

Tested by

no test coverage detected