candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
PixelFormatConversion.h
Go to the documentation of this file.
1#pragma once
2
3#include <SDL3/SDL_stdinc.h>
4
5namespace candlewick {
6
11void bgraToRgbaConvert(Uint32 *bgraPixels, Uint32 pixelCount);
12
13} // namespace candlewick
Definition Camera.h:8
void bgraToRgbaConvert(Uint32 *bgraPixels, Uint32 pixelCount)
In-place conversion from 8-bit BGRA to 8-bit RGBA.