Returns the ID location of the attribute parameter given its name. @param name String @return int
(String name)
| 592 | * @return int |
| 593 | */ |
| 594 | protected int getAttributeLoc(String name) { |
| 595 | init(); |
| 596 | return pgl.getAttribLocation(glProgram, name); |
| 597 | } |
| 598 | |
| 599 | |
| 600 | /** |
no test coverage detected