MCPcopy Create free account
hub / github.com/Syncleus/aparapi / createRange3D

Method createRange3D

src/main/java/com/aparapi/device/Device.java:153–155  ·  view source on GitHub ↗
(int _globalWidth, int _globalHeight, int _globalDepth)

Source from the content-addressed store, hash-verified

151 }
152
153 public Range createRange3D(int _globalWidth, int _globalHeight, int _globalDepth) {
154 return (Range.create3D(this, _globalWidth, _globalHeight, _globalDepth));
155 }
156
157 public Range createRange3D(int _globalWidth, int _globalHeight, int _globalDepth, int _localWidth, int _localHeight,
158 int _localDepth) {

Callers

nothing calls this directly

Calls 1

create3DMethod · 0.95

Tested by

no test coverage detected