MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getMipCount

Function getMipCount

Source/Falcor/Core/API/Texture.h:127–127  ·  view source on GitHub ↗

* Get the number of mip-levels */

Source from the content-addressed store, hash-verified

125 * Get the number of mip-levels
126 */
127 uint32_t getMipCount() const { return mMipLevels; }
128
129 /**
130 * Get the sample count

Callers 1

getTexelCountMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected