Pixel plotter adapter that writes packed MXVK colors to an SDL renderer. More...
#include <mxvk/include/mxvk/mxvk_math.h>
Public Member Functions | |
| void | operator() (int x, int y, MXCOLOR color) const |
| Plot one pixel if the renderer is valid. | |
| void | operator() (int x, int y, MXCOLOR color) const |
| Plot one pixel if the renderer is valid. | |
Public Attributes | |
| SDL_Renderer * | renderer = nullptr |
| SDL renderer receiving plotted pixels. | |
Pixel plotter adapter that writes packed MXVK colors to an SDL renderer.
Definition at line 2051 of file mxvk_math.h.
|
inline |
Plot one pixel if the renderer is valid.
Definition at line 2056 of file mxvk_math.h.
|
inline |
Plot one pixel if the renderer is valid.
Definition at line 2069 of file mxvk_math_eigen.hpp.
| SDL_Renderer * mxvk::SDLRendererPixelPlotter::renderer = nullptr |
SDL renderer receiving plotted pixels.
Definition at line 2053 of file mxvk_math.h.