| 305 | } |
| 306 | #endif |
| 307 | void ProgramState::validateSharedVertexLayout(VertexLayoutType vlt) |
| 308 | { |
| 309 | if (!_ownVertexLayout && !_vertexLayout->isValid()) |
| 310 | _program->setupVertexLayout(vlt); |
| 311 | } |
| 312 | |
| 313 | void ProgramState::ensureVertexLayoutMutable() |
| 314 | { |
no test coverage detected