Uses of Interface
de.grogra.glsl.utility.FBOAttachment
Packages that use FBOAttachment
-
Uses of FBOAttachment in de.grogra.glsl.light.shadow
Classes in de.grogra.glsl.light.shadow that implement FBOAttachmentModifier and TypeClassDescriptionclassImplements a textureCube to be used in point light shadow generation and rendering.classThis class is the base for all shadowmaps.classclass -
Uses of FBOAttachment in de.grogra.glsl.utility
Classes in de.grogra.glsl.utility that implement FBOAttachmentMethods in de.grogra.glsl.utility that return FBOAttachmentMethods in de.grogra.glsl.utility with parameters of type FBOAttachmentModifier and TypeMethodDescriptionvoidFrameBufferObject.attachDepthOnly(OpenGLState glState, FBOAttachment att) voidFrameBufferObject.attachDepthStencil(OpenGLState glState, FBOAttachment att) voidFrameBufferObject.attachDrawBuffer(OpenGLState glState, FBOAttachment att, int where) voidFrameBufferObject.attachStencilOnly(OpenGLState glState, FBOAttachment att)