efl/src/lib/ector/software/ector_renderer_software.eo

12 lines
259 B
Plaintext

class Ector.Renderer.Software (Ector.Renderer)
{
[[Ector software renderer class]]
data: null;
methods {
op_fill @pure_virtual {
[[Renderer fill operation]]
return: bool; [[$true on success, $false otherwise]]
}
}
}