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

Method createRange2D

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

Source from the content-addressed store, hash-verified

143 }
144
145 public Range createRange2D(int _globalWidth, int _globalHeight) {
146 return (Range.create2D(this, _globalWidth, _globalHeight));
147 }
148
149 public Range createRange2D(int _globalWidth, int _globalHeight, int _localWidth, int _localHeight) {
150 return (Range.create2D(this, _globalWidth, _globalHeight, _localWidth, _localHeight));

Callers

nothing calls this directly

Calls 1

create2DMethod · 0.95

Tested by

no test coverage detected