| 86 | } |
| 87 | |
| 88 | TEST_F( Raytracing, BLASIsInvalidBeforeCreation ) |
| 89 | { |
| 90 | Tr2RtBottomLevelAccelerationStructureAL blas; |
| 91 | EXPECT_FALSE( blas.IsValid() ); |
| 92 | } |
| 93 | |
| 94 | TEST_F( Raytracing, BLASIsValidAfterCreation ) |
| 95 | { |
nothing calls this directly
no test coverage detected