MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / buffers

Method buffers

src/main/java/field/graphics/BaseMesh.java:239–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 }
238
239 public Map<Integer, ArrayBuffer> buffers() {
240 Map<Integer, ArrayBuffer> m = new LinkedHashMap<>();
241 for (int i = 0; i < buffers.length; i++)
242 if (buffers[i] != null) m.put(i, buffers[i]);
243 return m;
244 }
245
246 @Override
247 public boolean perform(int pass) {

Callers 5

auxMapForMethod · 0.80
mergeMethod · 0.80
writeAuxMethod · 0.80
computeHashMethod · 0.80
checkMeshMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected