Uses of Enum Class
com.blackrook.gloop.opengl.enums.PrimitiveMode
Packages that use PrimitiveMode
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 3.X implementations.
-
Uses of PrimitiveMode in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type PrimitiveMode in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return PrimitiveModeModifier and TypeMethodDescriptionstatic PrimitiveModeReturns the enum constant of this class with the specified name.static PrimitiveMode[]PrimitiveMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrimitiveMode in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type PrimitiveModeModifier and TypeMethodDescriptionvoidOGL30Graphics.startTransformFeedback(PrimitiveMode primitiveMode) Starts a transform feedback.