| 765 | } |
| 766 | |
| 767 | void Label::updateBatchCommand(Label::BatchCommand& batch) |
| 768 | { |
| 769 | AXASSERT(_programState, "programState should be set!"); |
| 770 | batch.setProgramState(_programState); |
| 771 | } |
| 772 | |
| 773 | void Label::updateUniformLocations() |
| 774 | { |
nothing calls this directly
no test coverage detected