Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
TEST_F( ConstantBuffer, ConstantBufferIsInvalidBeforeCreation )
29
{
30
Tr2ConstantBufferAL vb;
31
EXPECT_FALSE( vb.IsValid() );
32
}
33
34
TEST_F( WithRenderContext, CreatingConstantBufferWithoutRenderContextFails )
35
{
Callers
nothing calls this directly
Calls
6
IsValid
Method · 0.45
Create
Method · 0.45
GetSize
Method · 0.45
Lock
Method · 0.45
Unlock
Method · 0.45
GetMemoryClass
Method · 0.45
Tested by
no test coverage detected