- Timestamp:
- 01/23/07 08:53:32 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools.program
r1691 r2024 10 10 source GameTools_Blur.hlsl 11 11 entry_point BlurPS 12 target ps_3_0 13 } 14 15 fragment_program GameTools/CopyPS hlsl 16 { 17 source GameTools_Blur.hlsl 18 entry_point CopyPS 12 19 target ps_3_0 13 20 } … … 41 48 } 42 49 43 vertex_program GameTools/PostProc1_VS hlsl44 {45 source GameTools_PostProc.hlsl46 entry_point defaultVS47 target vs_2_048 }49 50 fragment_program GameTools/PostProc_Black hlsl51 {52 source GameTools_PostProc.hlsl53 entry_point BlackPS54 target ps_2_055 56 }57 58 fragment_program GameTools/PostProc1_PS hlsl59 {60 source GameTools_PostProc.hlsl61 entry_point defaultPS62 target ps_2_063 64 }65 66 fragment_program GameTools/GlowCut_PS hlsl67 {68 source GameTools_PostProc.hlsl69 entry_point GlowCutPS70 target ps_2_071 72 }73 74 fragment_program GameTools/Luminance_PS hlsl75 {76 source GameTools_PostProc.hlsl77 entry_point LuminancePS78 target ps_2_079 80 }81 82 fragment_program GameTools/GlowAdd_PS hlsl83 {84 source GameTools_PostProc.hlsl85 entry_point GlowAddPS86 target ps_2_087 }88 89 fragment_program GameTools/ToneMap_PS hlsl90 {91 source GameTools_PostProc.hlsl92 entry_point ToneMapPS93 target ps_2_094 }95 96 fragment_program GameTools/GlowBlurH_PS hlsl97 {98 source GameTools_PostProc.hlsl99 entry_point GlowBlurHPS100 target ps_2_0101 }102 103 fragment_program GameTools/GlowBlurV_PS hlsl104 {105 source GameTools_PostProc.hlsl106 entry_point GlowBlurVPS107 target ps_2_0108 }109 110 fragment_program GameTools/TextureCopy_PS hlsl111 {112 source GameTools_PostProc.hlsl113 entry_point CopyPS114 target ps_2_0115 }116 50 117 51 … … 342 276 } 343 277 344 vertex_program GameTools/SpriteVS hlsl 345 { 346 source GameTools_Sprite.hlsl 347 entry_point SpriteVS 348 target vs_2_0 349 } 350 351 fragment_program GameTools/SpritePS hlsl 352 { 353 source GameTools_Sprite.hlsl 354 entry_point SpritePS 355 target ps_2_0 356 357 } 358 359 vertex_program GameTools/SBBVS hlsl 360 { 361 source GameTools_Sprite.hlsl 362 entry_point SBB_SpriteVS 363 target vs_3_0 364 } 365 366 fragment_program GameTools/SBBPS hlsl 367 { 368 source GameTools_Sprite.hlsl 369 entry_point SBB_SpritePS 370 target ps_3_0 371 372 } 278 373 279 374 280 vertex_program GameTools/SceneCameraDepthVS hlsl
Note: See TracChangeset
for help on using the changeset viewer.