Uses of Enum Class
com.blackrook.gloop.opengl.enums.BlendFunc
Packages that use BlendFunc
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of BlendFunc in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type BlendFunc in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return BlendFunc -
Uses of BlendFunc in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type BlendFuncModifier and TypeMethodDescriptionvoidOGL11Graphics.setBlendingFunc(BlendFunc func) Sets the current blending function.