summaryrefslogtreecommitdiff
path: root/src/lib/ector/software/ector_renderer_software.eo
blob: 8fac49237234cede68446a66f4b961ce550b7c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
class Ector.Renderer.Software (Ector.Renderer)
{
   [[Ector software renderer class]]
   data: null;
   methods {
      fill @virtual_pure {
      	 [[Renderer fill operation]]
         return: bool; [[$true on success, $false otherwise]]
      }
   }
}