MCPcopy Create free account
hub / github.com/axmolengine/axmol / copyPixels

Method copyPixels

core/platform/winrt/Device-winrt.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 void copyPixels(uint8_t* out, size_t outLen, int rowPitch)
350 {
351 _wicBitmap->CopyPixels(NULL, static_cast<UINT>(rowPitch), static_cast<UINT>(outLen), out);
352 }
353
354private:
355 friend class Image;

Callers 1

getTextureDataForTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected