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

Function TEST_F

trinityal/tests/ConstantBuffer.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28TEST_F( ConstantBuffer, ConstantBufferIsInvalidBeforeCreation )
29{
30 Tr2ConstantBufferAL vb;
31 EXPECT_FALSE( vb.IsValid() );
32}
33
34TEST_F( WithRenderContext, CreatingConstantBufferWithoutRenderContextFails )
35{

Callers

nothing calls this directly

Calls 6

IsValidMethod · 0.45
CreateMethod · 0.45
GetSizeMethod · 0.45
LockMethod · 0.45
UnlockMethod · 0.45
GetMemoryClassMethod · 0.45

Tested by

no test coverage detected