| 376 | } |
| 377 | |
| 378 | void Sprite::setVertexLayout() |
| 379 | { |
| 380 | AXASSERT(_programState, "programState should not be nullptr"); |
| 381 | _programState->validateSharedVertexLayout(backend::VertexLayoutType::Sprite); |
| 382 | } |
| 383 | |
| 384 | void Sprite::setProgramState(uint32_t type) |
| 385 | { |
nothing calls this directly
no test coverage detected