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

Method rgba

src/main/java/field/graphics/FBO.java:211–213  ·  view source on GitHub ↗
(int unit, int width, int height)

Source from the content-addressed store, hash-verified

209
210 static public FBOSpecification rgbaAndDepth(int unit, int width, int height) {
211 return new FBOSpecification(unit, GL_RGBA, width, height, GL_RGBA, GL_BYTE, 8, true, 1, false, false, 1);
212 }
213
214 static public FBOSpecification rgbaMultisample(int unit, int width, int height) {
215 return new FBOSpecification(unit, GL_RGBA, width, height, GL_RGBA, GL_BYTE, 8, false, 1, true, false, 1);
216 }

Callers 3

newFBOMethod · 0.80
actualInitMethod · 0.80
performMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected