Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TEST_F
Function
TEST_F
trinityal/tests/Shader.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
};
12
13
TEST_F( Shader, ShaderIsInvalidBeforeCreation )
14
{
15
Tr2ShaderAL s;
16
EXPECT_FALSE( s.IsValid() );
17
}
18
19
TEST_F( Shader, CanCreateShader )
20
{
Callers
nothing calls this directly
Calls
6
Tr2ShaderSignatureAL
Class · 0.50
IsValid
Method · 0.45
Add
Method · 0.45
Create
Method · 0.45
GetType
Method · 0.45
GetBytecode
Method · 0.45
Tested by
no test coverage detected