Tachyon (current)  Current Main Branch
render.h
Go to the documentation of this file.
1 /*
2  * render.h - This file contains the defines for the top level functions
3  *
4  * (C) Copyright 1994-2022 John E. Stone
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * $Id: render.h,v 1.5 2022/02/18 17:55:28 johns Exp $
8  *
9  */
10 
11 void create_render_threads(scenedef * scene);
12 void destroy_render_threads(scenedef * scene);
13 void renderscene(scenedef *);
14 
void create_render_threads(scenedef *scene)
Definition: render.c:98
void renderscene(scenedef *)
Definition: render.c:549
void destroy_render_threads(scenedef *scene)
Definition: render.c:210