| 685 | } |
| 686 | |
| 687 | void Label::setVertexLayout() |
| 688 | { |
| 689 | _programState->validateSharedVertexLayout(backend::VertexLayoutType::Sprite); |
| 690 | } |
| 691 | |
| 692 | bool Label::setProgramState(backend::ProgramState* programState, bool ownPS /*= false*/) |
| 693 | { |
nothing calls this directly
no test coverage detected