Uses of Enum Class
com.blackrook.gloop.opengl.enums.CachingHint
Packages that use CachingHint
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of CachingHint in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type CachingHint in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return CachingHintModifier and TypeMethodDescriptionstatic CachingHintReturns the enum constant of this class with the specified name.static CachingHint[]CachingHint.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CachingHint in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type CachingHintModifier and TypeMethodDescriptionvoidOGL15Graphics.setBufferCapacity(BufferTargetType type, DataType dataType, CachingHint cachingHint, int elements) Sets the capacity of the current buffer (sends no data).voidOGL15Graphics.setBufferData(BufferTargetType type, CachingHint cachingHint, ByteBuffer data) Sets the data of the current buffer.voidOGL15Graphics.setBufferData(BufferTargetType type, CachingHint cachingHint, DoubleBuffer data) Sets the data of the current buffer.voidOGL15Graphics.setBufferData(BufferTargetType type, CachingHint cachingHint, FloatBuffer data) Sets the data of the current buffer.voidOGL15Graphics.setBufferData(BufferTargetType type, CachingHint cachingHint, IntBuffer data) Sets the data of the current buffer.voidOGL15Graphics.setBufferData(BufferTargetType type, CachingHint cachingHint, LongBuffer data) Sets the data of the current buffer.voidOGL15Graphics.setBufferData(BufferTargetType type, CachingHint cachingHint, ShortBuffer data) Sets the data of the current buffer.