| 20 | } |
| 21 | |
| 22 | ALResult Tr2FenceAL::Create( Tr2PrimaryRenderContextAL& renderContext ) |
| 23 | { |
| 24 | if( !renderContext.IsValid() ) |
| 25 | { |
| 26 | return E_INVALIDARG; |
| 27 | } |
| 28 | m_isValid = true; |
| 29 | return S_OK; |
| 30 | } |
| 31 | |
| 32 | void Tr2FenceAL::Destroy() |
| 33 | { |
no test coverage detected