Uses of Enum Class
com.blackrook.gloop.opengl.enums.AccumOperation
Packages that use AccumOperation
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of AccumOperation in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type AccumOperation in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return AccumOperationModifier and TypeMethodDescriptionstatic AccumOperationReturns the enum constant of this class with the specified name.static AccumOperation[]AccumOperation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccumOperation in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type AccumOperationModifier and TypeMethodDescriptionvoidOGL11Graphics.accumulate(AccumOperation operation, float value) Performs an accumulation buffer operation.