MCPcopy Index your code
hub / github.com/processing/processing / Texture

Method Texture

core/src/processing/opengl/Texture.java:133–141  ·  view source on GitHub ↗
(PGraphicsOpenGL pg)

Source from the content-addressed store, hash-verified

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 /**

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
createEmptyContextMethod · 0.80

Tested by

no test coverage detected