Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ Layer
Method
Layer
src/main/java/fieldbox/ui/Compositor.java:167–170 ·
view source on GitHub ↗
(int unit)
Source
from the content-addressed store, hash-verified
165
166
167
public
Layer(
int
unit) {
168
fbo = newFBO(unit);
169
res = 1;
170
}
171
172
public
Layer(
int
unit,
int
res) {
173
fbo = newFBO(unit, res);
Callers
nothing calls this directly
Calls
1
newFBO
Method · 0.80
Tested by
no test coverage detected