( begin auto-generated from textureWrap.xml ) Description to come... ( end auto-generated from textureWrap.xml ) @webref image:textures @param wrap Either CLAMP (default) or REPEAT @see PGraphics#texture(PImage) @see PGraphics#textureMode(int)
(int wrap)
| 1348 | * @see PGraphics#textureMode(int) |
| 1349 | */ |
| 1350 | public void textureWrap(int wrap) { |
| 1351 | showMissingWarning("textureWrap"); |
| 1352 | } |
| 1353 | |
| 1354 | |
| 1355 | /** |
nothing calls this directly
no test coverage detected