| 57 | } |
| 58 | |
| 59 | void LightEffect::UpdateGeometryConstant() |
| 60 | { |
| 61 | if (mGeometryConstant) |
| 62 | { |
| 63 | mBufferUpdater(mGeometryConstant); |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | |
| 68 | // HLSL and Cg have a 'lit' function for computing coefficients of the |
no outgoing calls
no test coverage detected