Add renderstat to get some info about rendering.
This commit is contained in:
11
source/renderstat.cpp
Normal file
11
source/renderstat.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* DoRayMe - a quick and dirty Raytracer
|
||||
* Render statistics implementation
|
||||
*
|
||||
* Created by Manoël Trapier
|
||||
* Copyright (c) 2020 986-Studio.
|
||||
*
|
||||
*/
|
||||
#include <renderstat.h>
|
||||
|
||||
RenderStats stats;
|
||||
Reference in New Issue
Block a user