enum EE::Graphics::Renderer::PixelFormat

Pixel layouts supported by framebuffer readback operations.

#include <renderer.hpp>

enum PixelFormat: Uint8 {
    RGB24,
    RGBA32,
};