Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Functions
Playground

A basic playground for testing ideas.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main function of the playground.

Parameters
argcthe number of input arguments.
argva pointer to the raw input arguments.
Returns
a general error code.