java.lang.Object
de.grogra.glsl.utility.RenderBuffer
- All Implemented Interfaces:
FBOAttachment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToFbo(OpenGLState glState, int ATTACHMENT_POINT) voidcreate(OpenGLState glState, int FORMAT) voiddelete(OpenGLState glState, boolean javaonly) intbooleanisOkay(OpenGLState glState) voidresize(OpenGLState glState) toString()
-
Constructor Details
-
RenderBuffer
public RenderBuffer()
-
-
Method Details
-
attachToFbo
- Specified by:
attachToFboin interfaceFBOAttachment
-
create
- Specified by:
createin interfaceFBOAttachment
-
delete
- Specified by:
deletein interfaceFBOAttachment
-
resize
- Specified by:
resizein interfaceFBOAttachment
-
isOkay
-
toString
-
estimateSizeInByte
public int estimateSizeInByte()- Specified by:
estimateSizeInBytein interfaceFBOAttachment
-