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

Function TEST_F

trinityal/tests/Raytracing.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88TEST_F( Raytracing, BLASIsInvalidBeforeCreation )
89{
90 Tr2RtBottomLevelAccelerationStructureAL blas;
91 EXPECT_FALSE( blas.IsValid() );
92}
93
94TEST_F( Raytracing, BLASIsValidAfterCreation )
95{

Callers

nothing calls this directly

Calls 15

Tr2ShaderBytecodeALClass · 0.85
RotateFunction · 0.85
TransposeFunction · 0.85
AddShaderMethod · 0.80
AddGlobalSignatureMethod · 0.80
AddRayGenShaderMethod · 0.80
AddMissShaderMethod · 0.80
SetSrvMethod · 0.80
SetUavMethod · 0.80

Tested by

no test coverage detected