Build pixels data. This is called automatically for you by the GetTexData functions.
()
| 537 | * Build pixels data. This is called automatically for you by the GetTexData*** functions. |
| 538 | */ |
| 539 | public boolean build() { |
| 540 | return nBuild(); |
| 541 | } |
| 542 | |
| 543 | private native boolean nBuild(); /* |
| 544 | return THIS->Build(); |