Defs.hpp
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace iv
7 {
8 namespace Defs
9 {
10 
11 namespace Log
12 {
13  extern const iv::LogId Animation_Activations;
14  extern const iv::LogId Animation_SystemUpdate;
15  extern const iv::LogId Animation_NodeUpdate;
17  extern const iv::LogId Animation_Events;
18  extern const iv::LogId Animation_Summary;
19 
20  extern const iv::LogId Render;
21  extern const iv::LogId TransformFeedback;
22 
23  extern const iv::LogId ElementRefreshSummary;
24  extern const iv::LogId ElementRenderSummary;
25  extern const iv::LogId ElementFirstPass;
26  extern const iv::LogId ElementSecondPass;
27  extern const iv::LogId ElementRenderPass;
29 
30  extern const iv::LogId FixedOrderCamera;
31  extern const iv::LogId TextureState;
32 
33  extern const iv::LogId Text_Verbose;
34 }
35 
36 }
37 }