Uses of Enum Class
com.blackrook.gloop.opengl.enums.RenderbufferFormat
Packages that use RenderbufferFormat
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 3.X implementations.
-
Uses of RenderbufferFormat in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type RenderbufferFormat in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return RenderbufferFormatModifier and TypeMethodDescriptionstatic RenderbufferFormatReturns the enum constant of this class with the specified name.static RenderbufferFormat[]RenderbufferFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RenderbufferFormat in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type RenderbufferFormatModifier and TypeMethodDescriptionvoidOGL30Graphics.setRenderbufferSize(RenderbufferFormat format, int width, int height) Sets a render buffer's internal format and size.