Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ newStorage
Method
newStorage
src/main/java/field/graphics/util/SaverFBO.java:221–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
}
220
};
221
}
222
223
private
Pair<ByteBuffer, ByteBuffer> newStorage() {
224
return
new
Pair<>(ByteBuffer.allocateDirect(width * height * 4), ByteBuffer.allocateDirect(width * height * 4));
225
}
226
Callers
1
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected