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

Method copyDepth

core/src/processing/opengl/FrameBuffer.java:170–172  ·  view source on GitHub ↗
(FrameBuffer dest)

Source from the content-addressed store, hash-verified

168 }
169
170 public void copyDepth(FrameBuffer dest) {
171 copy(dest, PGL.DEPTH_BUFFER_BIT);
172 }
173
174 public void copyStencil(FrameBuffer dest) {
175 copy(dest, PGL.STENCIL_BUFFER_BIT);

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected