Uses of Enum Class
com.blackrook.gloop.opengl.enums.StencilTestFunc
Packages that use StencilTestFunc
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of StencilTestFunc in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type StencilTestFunc in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return StencilTestFuncModifier and TypeMethodDescriptionstatic StencilTestFuncReturns the enum constant of this class with the specified name.static StencilTestFunc[]StencilTestFunc.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StencilTestFunc in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type StencilTestFuncModifier and TypeMethodDescriptionvoidOGL11Graphics.setStencilTestOperations(StencilTestFunc stencilFail, StencilTestFunc stencilDepthFail, StencilTestFunc stencilDepthPass) Sets the functions for what to do for each incoming fragment.