MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / DisplayWindowRGBA

Function DisplayWindowRGBA

apps/tools/Tools/SDLPreview.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void DisplayWindowRGBA(const std::string& title, int imgW, int imgH, const uint8_t* pixels)
83{
84 displayWindow(title, imgW, imgH, pixels, SDL_PIXELFORMAT_ABGR8888, 4, 256, nullptr);
85}
86
87void DisplayWindowRGB(const std::string& title, int imgW, int imgH, const uint8_t* pixels, ResizeCallback onResize)
88{

Callers 4

setupFontShowFunction · 0.85
setupFontPreviewFunction · 0.85
SetupMethod · 0.85
setupImageShowFunction · 0.85

Calls 1

displayWindowFunction · 0.85

Tested by

no test coverage detected