| 92 | } |
| 93 | |
| 94 | void TressFXSample::ToggleShortCut() |
| 95 | { |
| 96 | OITMethod newMethod; |
| 97 | if (m_eOITMethod == OIT_METHOD_PPLL) |
| 98 | newMethod = OIT_METHOD_SHORTCUT; |
| 99 | else |
| 100 | newMethod = OIT_METHOD_PPLL; |
| 101 | SetOITMethod(newMethod); |
| 102 | } |
| 103 | |
| 104 | void TressFXSample::DrawCollisionMesh() |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected