MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetNumActiveBytes

Method GetNumActiveBytes

GTE/Graphics/Resource.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 inline uint32_t GetNumActiveBytes() const
167 {
168 return mNumActiveElements * mElementSize;
169 }
170
171 protected:
172 uint32_t mNumElements; // default: 0

Callers 7

UpdateMethod · 0.80
CopyCpuToGpuMethod · 0.80
CopyGpuToCpuMethod · 0.80
UpdateMethod · 0.80
CopyCpuToGpuMethod · 0.80
CopyGpuToCpuMethod · 0.80
CopyGpuToGpuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected