gKit2 light
Loading...
Searching...
No Matches
tuto_framebuffer.cpp File Reference

utilisation de framebuffers, fbo. More...

#include "vec.h"
#include "mat.h"
#include "mesh.h"
#include "wavefront.h"
#include "texture.h"
#include "program.h"
#include "uniforms.h"
#include "orbiter.h"
#include "app.h"
#include "app_camera.h"

Go to the source code of this file.

Classes

class  TPFramebuffer

Functions

int main (int argc, char **argv)

Detailed Description

utilisation de framebuffers, fbo.

Definition in file tuto_framebuffer.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 280 of file tuto_framebuffer.cpp.

281{
282 TPFramebuffer tp;
283 tp.run();
284
285 return 0;
286}
int run()
execution de l'application.
Definition app.cpp:36