Ignore:
Timestamp:
01/24/07 21:44:30 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic.program

    r2024 r2054  
    5050   entry_point VPos 
    5151   target vs_1_1 
     52} 
     53 
     54vertex_program GTP/Basic/MPos_VS hlsl 
     55{ 
     56   source GTPBasic_VS.hlsl 
     57   entry_point MPos 
     58   target vs_1_1 
     59}    
     60 
     61vertex_program GTP/Basic/MPos_NoTransform_VS hlsl 
     62{ 
     63   source GTPBasic_VS.hlsl 
     64   entry_point MPos_NoTransform 
     65   target vs_1_1 
    5266}    
    5367 
     
    5670   source GTPBasic_VS.hlsl 
    5771   entry_point CPos 
     72   target vs_1_1 
     73} 
     74 
     75vertex_program GTP/Basic/Shaded_CPos_VS hlsl 
     76{ 
     77   source GTPBasic_VS.hlsl 
     78   entry_point Shaded_CPos_VS 
    5879   target vs_1_1 
    5980} 
Note: See TracChangeset for help on using the changeset viewer.