| 15 | } |
| 16 | |
| 17 | TEST_F( VertexLayout, VertexLayoutIsInvalidBeforeCreation ) |
| 18 | { |
| 19 | Tr2VertexLayoutAL layout; |
| 20 | EXPECT_FALSE( layout.IsValid() ); |
| 21 | } |
| 22 | |
| 23 | TEST_F( WithRenderContext, CreatingVertexLayoutWithoutRenderContextFails ) |
| 24 | { |
nothing calls this directly
no test coverage detected