Lumiera  0.pre.03
»edit your freedom«
enginefacade.hpp
Go to the documentation of this file.
1 /*
2  ENGINEFACADE.hpp - access point for communicating with the render engine
3 
4  Copyright (C)
5  2008, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 */
13 
14 
24 #ifndef VAULT_INTERFACE_ENGINEFACADE_H
25 #define VAULT_INTERFACE_ENGINEFACADE_H
26 
27 
28 #include "common/subsys.hpp"
29 
30 
31 
32 namespace vault {
33 
34 
35  /**************************************************************/
47  struct EngineFacade
48  {
53 
54 
57 
58  };
59 
60 
61 
62 } // namespace vault
63 #endif
Dependencies and lifecycle of a partially independent Subsystem of the Application.
Definition: subsys.hpp:61
Interface to the vault layer (render engine subsystem): Global access point for starting the render e...
static lumiera::Subsys & getDescriptor()
provide a descriptor for lumiera::AppState, wired accordingly to allow main to pull up and shut down ...
Describing dependencies and lifecycle of the application&#39;s primary parts.
Vault-Layer implementation namespace root.