source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/src/gtp_shader/gtp_shader.cpp @ 2196

Revision 2196, 1.1 KB checked in by szirmay, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14//@cpp
15
16#include "gtp_shader.h"
17#include "gtp_shader_module.h"
18#include "../../util/eng_util_shaderutil.h"
19#include "../../../general/general_def.h"
20
21///////////////////////////////////////////////////////////////////////////////
22
23s3d_CCompSupplPtr gtp_ShaderCompSupplCreate()
24{
25    return S3D_SYS_NEW gtp_ShaderModuleSuppl();
26}
27
28///////////////////////////////////////////////////////////////////////////////
29
30S3D_COMP_MODULE_ENTRANCE_IMPL_STD(
31        s3d_ModuleEntrance_eng_shader_special,
32        gtp_ShaderModuleCover)
33
34///////////////////////////////////////////////////////////////////////////////
35
Note: See TracBrowser for help on using the repository browser.