MCPcopy Create free account
hub / github.com/carbonengine/trinity / Create

Method Create

trinityal/stub/Tr2FenceALStub.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22ALResult 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
32void Tr2FenceAL::Destroy()
33{

Callers 1

SetPresentParametersMethod · 0.45

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected