Returns the ID location of the attribute parameter given its name. @param name String @return int
(String name)
| 601 | * @return int |
| 602 | */ |
| 603 | protected int getAttributeLoc(String name) { |
| 604 | init(); |
| 605 | return pgl.getAttribLocation(glProgram, name); |
| 606 | } |
| 607 | |
| 608 | |
| 609 | /** |
no test coverage detected