(PGraphicsOpenGL pg)
| 131 | |
| 132 | |
| 133 | public Texture(PGraphicsOpenGL pg) { |
| 134 | this.pg = pg; |
| 135 | pgl = pg.pgl; |
| 136 | context = pgl.createEmptyContext(); |
| 137 | |
| 138 | colorBuffer = false; |
| 139 | |
| 140 | glName = 0; |
| 141 | } |
| 142 | |
| 143 | |
| 144 | /** |
nothing calls this directly
no test coverage detected