Start user file
This commit is contained in:
parent
02d23048dc
commit
c0f5e5cf5b
8 changed files with 83 additions and 33 deletions
|
@ -1,8 +1,11 @@
|
|||
#ifndef _LCR_RENDERER_H
|
||||
#define _LCR_RENDERER_H
|
||||
|
||||
/**
|
||||
Renderer: implements 3D and 2D rendering.
|
||||
/*
|
||||
Licar: renderer module
|
||||
|
||||
This implements 3D and 2D rendering. It should be possible to replace this
|
||||
module with another one to get let's say a GPU accelerated OpenGL renderer.
|
||||
|
||||
Some comments:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue