MCPcopy 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
13TEST_F( Shader, ShaderIsInvalidBeforeCreation )
14{
15 Tr2ShaderAL s;
16 EXPECT_FALSE( s.IsValid() );
17}
18
19TEST_F( Shader, CanCreateShader )
20{

Callers

nothing calls this directly

Calls 6

IsValidMethod · 0.45
AddMethod · 0.45
CreateMethod · 0.45
GetTypeMethod · 0.45
GetBytecodeMethod · 0.45

Tested by

no test coverage detected