| 159 | } |
| 160 | |
| 161 | void DrawNode::setVertexLayout(CustomCommand& cmd) |
| 162 | { |
| 163 | auto* programState = cmd.getPipelineDescriptor().programState; |
| 164 | programState->validateSharedVertexLayout(backend::VertexLayoutType::DrawNode); |
| 165 | } |
| 166 | |
| 167 | void DrawNode::freeShaderInternal(CustomCommand& cmd) |
| 168 | { |
nothing calls this directly
no test coverage detected