MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / MemorySize

Method MemorySize

SampleFramework12/v1.00/Containers.h:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 uint64 MemorySize() const
103 {
104 return size * sizeof(T);
105 }
106
107 const T& operator[](uint64 idx) const
108 {

Callers 2

GetTextureDataFunction · 0.80
SaveTextureAsPNGFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected