Uses of Enum Class
com.blackrook.gloop.opengl.enums.LogicFunc
Packages that use LogicFunc
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
Contains OpenGL 3.X implementations.
-
Uses of LogicFunc in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type LogicFunc in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return LogicFunc -
Uses of LogicFunc in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type LogicFuncModifier and TypeMethodDescriptionvoidOGL11Graphics.setDepthFunc(LogicFunc func) Set depth comparison function.voidOGL11Graphics.setStencilTestFunc(LogicFunc func, int ref, int refmask) Sets the stencil function for the stencil test. -
Uses of LogicFunc in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type LogicFuncModifier and TypeMethodDescriptionvoidOGL33Graphics.setSamplerTextureCompareFunction(OGLSampler sampler, LogicFunc func) Sets the texture compare function on this sampler.