-------------------------------------------------------------------------------------- Description: Implements Tr2DeviceResource. Destroys the constant buffer when needed. --------------------------------------------------------------------------------------
| 133 | // Implements Tr2DeviceResource. Destroys the constant buffer when needed. |
| 134 | // -------------------------------------------------------------------------------------- |
| 135 | void Tr2PrimitiveScene::ReleaseResources( TriStorage s ) |
| 136 | { |
| 137 | if( s & TRISTORAGE_ALL ) |
| 138 | { |
| 139 | m_vertexConstants = Tr2ConstantBufferAL(); |
| 140 | } |
| 141 | } |
| 142 | |
| 143 | // -------------------------------------------------------------------------------------- |
| 144 | // Description: |
no test coverage detected