Uses of Enum Class
com.blackrook.gloop.opengl.enums.BlendArg
Packages that use BlendArg
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of BlendArg in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type BlendArg in com.blackrook.gloop.opengl.enumsModifier and TypeClassDescriptionenumEnumeration of blend source/destination arguments.Fields in com.blackrook.gloop.opengl.enums declared as BlendArgMethods in com.blackrook.gloop.opengl.enums that return BlendArg -
Uses of BlendArg in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type BlendArgModifier and TypeMethodDescriptionvoidOGL11Graphics.setBlendingFunc(BlendArg source, BlendArg destination) Sets the current blending function.