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

Method GetDataFor

GTE/Graphics/Texture.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 inline char const* GetDataFor(uint32_t item, uint32_t level) const
95 {
96 return mData ? (mData + mLOffset[item][level]) : nullptr;
97 }
98
99 inline char* GetDataFor(uint32_t item, uint32_t level)
100 {

Callers 11

UpdateFacesMethod · 0.45
InitializeMethod · 0.45
CopyGpuToCpuMethod · 0.45
DoCopyCpuToGpuMethod · 0.45
GL46TextureCubeArrayMethod · 0.45
InitializeMethod · 0.45
CopyGpuToCpuMethod · 0.45
DoCopyCpuToGpuMethod · 0.45
OnIdleMethod · 0.45
CreateSceneMethod · 0.45
CreateSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected