(float x, float y, float z)
| 469 | |
| 470 | |
| 471 | @Override |
| 472 | public void vertex(float x, float y, float z) { |
| 473 | showDepthWarningXYZ("vertex"); |
| 474 | } |
| 475 | |
| 476 | @Override |
| 477 | public void vertex(float x, float y, float z, float u, float v) { |
nothing calls this directly
no test coverage detected