/////////////////////////////////////////////////////////////////////////////// // // ## ###### // ###### ### // ## ############### Shark 3D Engine (www.shark3d.com) // ########## # # # // ######## Copyright (c) 1996-2006 Spinor GmbH. // ######### # # # All rights reserved. // ## ########## // ## // /////////////////////////////////////////////////////////////////////////////// ogl { glsl { vertshader { code_variant_array { req_ver "1x0" code_array "levelutil/shader/prog/ogl_glsl/" & "lightfilter_ogl_glsl_vs1x0.s3d_shadercode_run" } } fragshader { code_variant_array { req_ver "1x0" code_array "levelutil/shader/prog/ogl_glsl/" & "lightfilter_ogl_glsl_fs1x0.s3d_shadercode_run" } predefine_array } param_array { src_progvar "prog_passinfo" dest_codevar "passInfo" type "float4" } { src_progvar "prog_filterinfo" dest_codevar "filterInfo" type "float4" } tex_rcpsize_codevar_array "tex0RcpSize" sampler_array "brightTex" } } d3d9 { hlsl_vertshader { code_variant_array { profile "2x0" entry_point "main" code "levelutil/shader/prog/d3d9_hlsl/" & "lightfilter_d3d9_hlsl_vs2x0.s3d_shadercode_run" } tracking { codevar "matProjView" slot 0 chan "projview" trans "identity" } param_array { src_progvar "prog_passinfo" dest_codevar "passInfo" type "float4" } tex_rcpsize_codevar_array "tex0RcpSize" } hlsl_pixshader { code_variant_array { profile "2x0" entry_point "main" code "levelutil/shader/prog/d3d9_hlsl/" & "lightfilter_d3d9_hlsl_ps2x0.s3d_shadercode_run" } param_array predefine_array } } xe { hlsl_vertshader { code_variant_array { profile "2x0" entry_point "main" code "levelutil/shader/prog/d3d9_hlsl/" & "lightfilter_d3d9_hlsl_vs2x0.s3d_shadercode_run" } tracking { codevar "matProjView" slot 0 chan "projview" trans "identity" } param_array { src_progvar "prog_passinfo" dest_codevar "passInfo" type "float4" } tex_rcpsize_codevar_array "tex0RcpSize" } hlsl_pixshader { code_variant_array { profile "2x0" entry_point "main" code "levelutil/shader/prog/d3d9_hlsl/" & "lightfilter_d3d9_hlsl_ps2x0.s3d_shadercode_run" } param_array predefine_array } }