MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / SaveToMemory

Method SaveToMemory

Sources/nCine/Graphics/Texture.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 bool Texture::SaveToMemory(std::uint8_t* bufferPtr)
219 {
220 return SaveToMemory(bufferPtr, 0);
221 }
222
223 bool Texture::SaveToMemory(std::uint8_t* bufferPtr, std::int32_t level)
224 {

Callers

nothing calls this directly

Calls 2

ncFormatToNonInternalFunction · 0.85
GetTexImageMethod · 0.80

Tested by

no test coverage detected