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

Method GetNumBytesFor

GTE/Graphics/Texture.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 inline uint32_t GetNumBytesFor(uint32_t level) const
85 {
86 return mLNumBytes[level];
87 }
88
89 inline uint32_t GetOffsetFor(uint32_t item, uint32_t level) const
90 {

Callers 12

CopyGpuToCpuMethod · 0.80
DoCopyCpuToGpuMethod · 0.80
CreateStagingMethod · 0.80
CopyGpuToCpuMethod · 0.80
DoCopyCpuToGpuMethod · 0.80
CreateStagingMethod · 0.80
UpdateMethod · 0.80
CopyCpuToGpuMethod · 0.80
CopyGpuToCpuMethod · 0.80
OnIdleMethod · 0.80
OnMouseClickMethod · 0.80
CreateSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected