| 10 | }; |
| 11 | |
| 12 | TEST_F( SwapChain, SwapChainIsInvalidBeforeCreation ) |
| 13 | { |
| 14 | Tr2SwapChainAL sc; |
| 15 | EXPECT_FALSE( sc.IsValid() ); |
| 16 | } |
| 17 | |
| 18 | TEST_F( WithRenderContext, CreatingSwapChainWithoutRenderContextFails ) |
| 19 | { |
nothing calls this directly
no test coverage detected