ARB
field_shader.h
Go to the documentation of this file.
1 // ============================================================ //
2 // //
3 // File : field_shader.h //
4 // Purpose : shader plugin using DB fields //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in June 2016 //
7 // http://www.arb-home.de/ //
8 // //
9 // ============================================================ //
10 
11 #ifndef FIELD_SHADER_H
12 #define FIELD_SHADER_H
13 
14 #ifndef ITEM_SHADER_H
15 #include "item_shader.h"
16 #endif
17 
19 
20 #else
21 #error field_shader.h included twice
22 #endif // FIELD_SHADER_H
ShaderPluginPtr makeItemFieldShader(BoundItemSel &itemtype)