GRAPHICS: Added doxygen documentation to PM5544
This commit is contained in:
parent
37ba3744f7
commit
6f9728c9e8
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@ namespace Graphics {
|
|||
|
||||
class ManagedSurface;
|
||||
|
||||
/**
|
||||
* Renders a Philips PM5544 test pattern on a surface with given dimensions
|
||||
*
|
||||
* @param width Width of the surface
|
||||
* @param height Height of the surface
|
||||
*
|
||||
* @return Returns ManagedSurface in CLUT8 format with a palette
|
||||
*/
|
||||
|
||||
ManagedSurface *renderPM5544(int width, int height);
|
||||
|
||||
} // End of namespace Graphics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue