| 37 | struct Destroyer : Tr2DeviceResource |
| 38 | { |
| 39 | virtual void ReleaseResources( TriStorage s ) |
| 40 | { |
| 41 | s_perFrameVSData = Tr2ConstantBufferAL(); |
| 42 | s_perFramePSData = Tr2ConstantBufferAL(); |
| 43 | } |
| 44 | |
| 45 | virtual bool OnPrepareResources() |
| 46 | { |
nothing calls this directly
no test coverage detected