| 12 | |
| 13 | |
| 14 | TEST_F( Fence, FenceIsInvalidBeforeCreation ) |
| 15 | { |
| 16 | Tr2FenceAL fence; |
| 17 | EXPECT_FALSE( fence.IsValid() ); |
| 18 | } |
| 19 | |
| 20 | TEST_F( WithRenderContext, CreatingFenceWithoutRenderContextFails ) |
| 21 | { |
nothing calls this directly
no test coverage detected