1 #ifndef LDSDLRASTERIZER_HH
2 #define LDSDLRASTERIZER_HH
18 template <
class Pixel>
24 std::unique_ptr<PostProcessor> postProcessor);
30 virtual void drawBlank(
int r,
int g,
int b);
37 const std::unique_ptr<PostProcessor> postProcessor;
41 std::unique_ptr<RawFrame> workFrame;
43 const SDL_PixelFormat pixelFormat;