Uses of Enum Class
com.blackrook.gloop.opengl.enums.TextureCubeFace
Packages that use TextureCubeFace
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of TextureCubeFace in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type TextureCubeFace in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return TextureCubeFaceModifier and TypeMethodDescriptionstatic TextureCubeFaceReturns the enum constant of this class with the specified name.static TextureCubeFace[]TextureCubeFace.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TextureCubeFace in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type TextureCubeFaceModifier and TypeMethodDescriptionvoidOGL13Graphics.setTextureData(TextureCubeFace cubeFace, ByteBuffer imageData, ColorFormat colorFormat, TextureFormat format, int texlevel, int width, int height, int border) Sends a texture into OpenGL's memory for the current texture bound toTextureTargetType.TEXTURE_CUBE.voidOGL13Graphics.setTextureSubData(TextureCubeFace cubeFace, ByteBuffer imageData, ColorFormat colorFormat, int texlevel, int width, int height, int xoffs, int yoffs) Sends a subset of data to the current texture bound toTextureTargetType.TEXTURE_CUBEalready in OpenGL's memory.