Changeset 2175 for GTP/trunk/App/Demos/Illum/DepthOfField/shaders
- Timestamp:
- 02/28/07 18:18:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/DepthOfField/shaders/BumpMapping.fx
r765 r2175 25 25 26 26 // Illumination functions 27 #include " illum.hlsl"27 #include "shaders/illum.hlsl" 28 28 29 struct VS_INPUT { 30 float4 Position : POSITION; 29 struct VS_INPUT {float4 Position : POSITION; 31 30 float3 Normal : NORMAL; 32 31 float3 Binormal : BINORMAL;
Note: See TracChangeset
for help on using the changeset viewer.