- JCGLArrayBuffersType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL array buffers.
- JCGLArrayBufferType - Interface in com.io7m.jcanephora.core
-
The type of array buffers.
- JCGLArrayBufferUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable array buffers.
- JCGLArrayObjectBuilderType - Interface in com.io7m.jcanephora.core
-
A mutable builder for configuring array objects.
- JCGLArrayObjectsType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL vertex array objects.
- JCGLArrayObjectType - Interface in com.io7m.jcanephora.core
-
An array object.
- JCGLArrayObjectUsableType - Interface in com.io7m.jcanephora.core
-
A usable array object.
- JCGLArrayVertexAttributeFloatingPointType - Interface in com.io7m.jcanephora.core
-
The type of array vertex attributes that will be converted to floating-point
during shading.
- JCGLArrayVertexAttributeIntegralType - Interface in com.io7m.jcanephora.core
-
The type of array vertex attributes that are of an integer type and will not
be converted during shading.
- JCGLArrayVertexAttributeMatcherType<A,E extends Exception> - Interface in com.io7m.jcanephora.core
-
The type of attribute matchers.
- JCGLArrayVertexAttributeType - Interface in com.io7m.jcanephora.core
-
The type of array vertex attributes.
- JCGLAsyncBufferPairType - Interface in com.io7m.jcanephora.async
-
A pair consisting of an array buffer and an index buffer.
- JCGLAsyncInterfaceGL33 - Class in com.io7m.jcanephora.async
-
- JCGLAsyncInterfaceGL33Type - Interface in com.io7m.jcanephora.async
-
- JCGLAsyncInterfaceUsableGL33Type - Interface in com.io7m.jcanephora.async
-
- JCGLAsyncResourceLoader - Class in com.io7m.jcanephora.async
-
- JCGLAsyncResourceLoaderType - Interface in com.io7m.jcanephora.async
-
The type of asynchronous resource loaders.
- JCGLAWTTextureDataProvider - Class in com.io7m.jcanephora.texture_loader.awt
-
- JCGLBlendEquation - Enum in com.io7m.jcanephora.core
-
OpenGL blend equations.
- JCGLBlendFunction - Enum in com.io7m.jcanephora.core
-
Blend function specification.
- JCGLBlendingType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL blending.
- JCGLBufferUpdates - Class in com.io7m.jcanephora.core
-
Utility functions to allocate buffer updates.
- JCGLBufferUpdateType<T extends JCGLBufferWritableType> - Interface in com.io7m.jcanephora.core
-
An update that will replace data in a buffer.
- JCGLBufferUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable buffers.
- JCGLBufferWritableType - Interface in com.io7m.jcanephora.core
-
The type of buffers allocated on the GPU that have mutable contents.
- JCGLByteBufferProducerType - Interface in com.io7m.jcanephora.core.api
-
A function that yields a
ByteBuffer when evaluated.
- JCGLClearSpecification - Class in com.io7m.jcanephora.core
-
- JCGLClearSpecification.Builder - Class in com.io7m.jcanephora.core
-
- JCGLClearSpecificationMutable - Class in com.io7m.jcanephora.core
-
- JCGLClearSpecificationType - Interface in com.io7m.jcanephora.core
-
The type of buffer clearing specifications.
- JCGLClearType - Interface in com.io7m.jcanephora.core.api
-
Functions to clear framebuffers.
- JCGLColorBufferMaskingType - Interface in com.io7m.jcanephora.core.api
-
OpenGL color buffer masking interface.
- JCGLContextType - Interface in com.io7m.jcanephora.core.api
-
An OpenGL context.
- JCGLContextUsableType - Interface in com.io7m.jcanephora.core.api
-
The usable interface to OpenGL contexts.
- JCGLCubeMapFaceLH - Enum in com.io7m.jcanephora.core
-
The six faces of a cube map with a left-handed coordinate system (the default
for OpenGL cube maps).
- JCGLCubeMapFaceRH - Enum in com.io7m.jcanephora.core
-
The six faces of a cube map with a right-handed coordinate system (see the
documentation for details on how to use a right-handed coordinate system).
- JCGLCullingType - Interface in com.io7m.jcanephora.core.api
-
OpenGL face culling.
- JCGLCursors - Class in com.io7m.jcanephora.cursors
-
Mappings from texture formats to abstract cursors.
- JCGLDataUpdateType<T> - Interface in com.io7m.jcanephora.core
-
An update to data on the GPU (possibly a buffer or texture).
- JCGLDepth16ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLDepth16 packed type.
- JCGLDepth16ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLDepth16 packed type.
- JCGLDepth16Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLDepth16 packed type.
- JCGLDepth16WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLDepth16WritableType packed type.
- JCGLDepth24S8ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLDepth24S8 packed type.
- JCGLDepth24S8ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLDepth24S8 packed type.
- JCGLDepth24S8Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLDepth24S8 packed type.
- JCGLDepth24S8WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLDepth24S8WritableType packed type.
- JCGLDepth32FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLDepth32F record type.
- JCGLDepth32FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLDepth32F record type.
- JCGLDepth32FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLDepth32F record type.
- JCGLDepth32FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLDepth32FWritableType record type.
- JCGLDepthBuffersType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL depth buffers.
- JCGLDepthClampingType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL depth clamping.
- JCGLDepthFunction - Enum in com.io7m.jcanephora.core
-
Depth function specification.
- JCGLDrawType - Interface in com.io7m.jcanephora.core.api
-
Drawing commands.
- JCGLException - Exception in com.io7m.jcanephora.core
-
The type of exceptions raised by the API.
- JCGLException(Throwable) - Constructor for exception com.io7m.jcanephora.core.JCGLException
-
Construct an exception.
- JCGLException(String) - Constructor for exception com.io7m.jcanephora.core.JCGLException
-
Construct an exception.
- JCGLException(String, Throwable) - Constructor for exception com.io7m.jcanephora.core.JCGLException
-
Construct an exception.
- JCGLExceptionBlendingMisconfigured - Exception in com.io7m.jcanephora.core
-
An exception indicating an attempt to combine an invalid set of blending
equations.
- JCGLExceptionBlendingMisconfigured(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionBlendingMisconfigured
-
Construct an exception.
- JCGLExceptionBufferNotBound - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer failing to
bind a buffer prior to attempting to perform an operation on it that requires
binding.
- JCGLExceptionBufferNotBound(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionBufferNotBound
-
Construct an exception.
- JCGLExceptionChecked - Exception in com.io7m.jcanephora.core
-
The type of checked exceptions raised by the API.
- JCGLExceptionChecked(Throwable) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionChecked
-
Construct an exception.
- JCGLExceptionChecked(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionChecked
-
Construct an exception.
- JCGLExceptionChecked(String, Throwable) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionChecked
-
Construct an exception.
- JCGLExceptionConcurrency - Exception in com.io7m.jcanephora.core
-
An exception indicating an unspecified error relating to concurrency.
- JCGLExceptionConcurrency(Throwable) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionConcurrency
-
Construct an exception.
- JCGLExceptionContextIsCurrent - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer attempting to
make a context c current when any context (including c) is already current.
- JCGLExceptionContextIsCurrent(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionContextIsCurrent
-
Construct an exception.
- JCGLExceptionContextNotCurrent - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer attempting to
use a context which is not current.
- JCGLExceptionContextNotCurrent(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionContextNotCurrent
-
Construct an exception.
- JCGLExceptionDeleted - Exception in com.io7m.jcanephora.core
-
An exception indicating an attempt to delete a resource that has already been
deleted.
- JCGLExceptionDeleted(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionDeleted
-
Construct an exception.
- JCGLExceptionFeedback - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer causing
feedback.
- JCGLExceptionFeedback(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionFeedback
-
Construct an exception.
- JCGLExceptionFormatError - Exception in com.io7m.jcanephora.core
-
An exception indicating that a texture is of an incorrect format.
- JCGLExceptionFormatError(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionFormatError
-
Construct an exception.
- JCGLExceptionFramebufferInvalid - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by an invalid framebuffer
configuration.
- JCGLExceptionFramebufferInvalid(JCGLFramebufferStatus) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionFramebufferInvalid
-
Construct an exception with the given status code.
- JCGLExceptionFramebufferNotBound - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by a framebuffer not being
bound where one is required.
- JCGLExceptionFramebufferNotBound(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionFramebufferNotBound
-
Construct an exception with the given message.
- JCGLExceptionFramebufferReadDrawSame - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the user attempting
to blit from a framebuffer to itself.
- JCGLExceptionFramebufferReadDrawSame(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionFramebufferReadDrawSame
-
Construct an exception with the given message.
- JCGLExceptionFramebufferWrongBlitFilter - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by an attempt to use a filter
that cannot be used on the given framebuffer.
- JCGLExceptionFramebufferWrongBlitFilter(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionFramebufferWrongBlitFilter
-
Construct an exception with the given message.
- JCGLExceptionNoDepthBuffer - Exception in com.io7m.jcanephora.core
-
An exception indicating an attempt to use a depth buffer on a framebuffer
that does not have any kind of depth attachment.
- JCGLExceptionNoDepthBuffer(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionNoDepthBuffer
-
Construct an exception.
- JCGLExceptionNonCompliant - Exception in com.io7m.jcanephora.core
-
An exception indicating that the package cannot execute on the current
context because it does not comply to the OpenGL specification in some
manner.
- JCGLExceptionNonCompliant(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionNonCompliant
-
Construct an exception.
- JCGLExceptionNoStencilBuffer - Exception in com.io7m.jcanephora.core
-
An exception indicating an attempt to use a stencil buffer on a framebuffer
that does not have any kind of stencil attachment.
- JCGLExceptionNoStencilBuffer(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionNoStencilBuffer
-
Construct an exception.
- JCGLExceptionObjectNotDeletable - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer attempting to
delete an object that cannot be deleted.
- JCGLExceptionObjectNotDeletable(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionObjectNotDeletable
-
Construct an exception.
- JCGLExceptionProgramCompileError - Exception in com.io7m.jcanephora.core
-
An exception indicating the failure to compile a given shading program.
- JCGLExceptionProgramCompileError(String, String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionProgramCompileError
-
Construct an exception.
- JCGLExceptionProgramNotActive - Exception in com.io7m.jcanephora.core
-
An exception indicating that an attempt was made to perform an operation on a
program that required the program to be active, but the program turned out
not to be active.
- JCGLExceptionProgramNotActive(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionProgramNotActive
-
Construct an exception.
- JCGLExceptionProgramTypeError - Exception in com.io7m.jcanephora.core
-
An exception indicating that an attempt was made to set a program parameter
using a value of the wrong type.
- JCGLExceptionProgramTypeError(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionProgramTypeError
-
Construct an exception.
- JCGLExceptionUnsupported - Exception in com.io7m.jcanephora.core
-
An exception indicating that the package cannot execute on the current
context version.
- JCGLExceptionUnsupported(JCGLVersionNumber, JCGLVersionNumber) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionUnsupported
-
Construct an exception.
- JCGLExceptionWrongContext - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer attempting to
use an object on the wrong context.
- JCGLExceptionWrongContext(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionWrongContext
-
Construct an exception.
- JCGLExceptionWrongImplementation - Exception in com.io7m.jcanephora.core
-
Exception class representing an error caused by the programmer attempting to
use an object from the wrong JCGL implementation.
- JCGLExceptionWrongImplementation(String) - Constructor for exception com.io7m.jcanephora.core.JCGLExceptionWrongImplementation
-
Construct an exception.
- JCGLFaceSelection - Enum in com.io7m.jcanephora.core
-
Specification for face selections.
- JCGLFaceWindingOrder - Enum in com.io7m.jcanephora.core
-
The order of vertices for front-facing faces.
- JCGLFragmentShaderType - Interface in com.io7m.jcanephora.core
-
The type of fragment shaders.
- JCGLFragmentShaderUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable fragment shaders.
- JCGLFramebufferBlitBuffer - Enum in com.io7m.jcanephora.core
-
The buffers that will be included in framebuffer blit operations.
- JCGLFramebufferBlitFilter - Enum in com.io7m.jcanephora.core
-
The filtering that will be used during framebuffer blit operations.
- JCGLFramebufferBuilderType - Interface in com.io7m.jcanephora.core
-
A mutable builder for configuring framebuffer objects.
- JCGLFramebufferColorAttachmentMatcherType<A,E extends Throwable> - Interface in com.io7m.jcanephora.core
-
The type of color attachment matchers.
- JCGLFramebufferColorAttachmentPointType - Interface in com.io7m.jcanephora.core
-
A color attachment point on a framebuffer.
- JCGLFramebufferColorAttachmentType - Interface in com.io7m.jcanephora.core
-
The type of framebuffer color attachments.
- JCGLFramebufferDepthAttachmentMatcherType<A,E extends Throwable> - Interface in com.io7m.jcanephora.core
-
The type of depth attachment matchers.
- JCGLFramebufferDepthAttachmentType - Interface in com.io7m.jcanephora.core
-
The type of framebuffer depth attachments.
- JCGLFramebufferDepthStencilAttachmentMatcherType<A,E extends Throwable> - Interface in com.io7m.jcanephora.core
-
The type of depth+stencil attachment matchers.
- JCGLFramebufferDepthStencilAttachmentType - Interface in com.io7m.jcanephora.core
-
The type of framebuffer depth+stencil attachments.
- JCGLFramebufferDrawBufferType - Interface in com.io7m.jcanephora.core
-
An identifier for a draw buffer.
- JCGLFramebufferStatus - Enum in com.io7m.jcanephora.core
-
The result of validating a given framebuffer configuration.
- JCGLFramebuffersType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL framebuffer objects.
- JCGLFramebufferType - Interface in com.io7m.jcanephora.core
-
The type of framebuffers.
- JCGLFramebufferUsableType - Interface in com.io7m.jcanephora.core
-
A read-only interface to the
JCGLFramebufferType type that allows use
of the type but not mutation and/or deletion of the contents.
- JCGLGeometryShaderType - Interface in com.io7m.jcanephora.core
-
The type of geometry shaders.
- JCGLGeometryShaderUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable geometry shaders.
- JCGLImplementationFake - Class in com.io7m.jcanephora.fake
-
- JCGLImplementationFakeType - Interface in com.io7m.jcanephora.fake
-
Fake-specific interface to JCGL implementations.
- JCGLImplementationJOGL - Class in com.io7m.jcanephora.jogl
-
- JCGLImplementationJOGLType - Interface in com.io7m.jcanephora.jogl
-
JOGL-specific interface to JCGL implementations.
- JCGLImplementationType - Interface in com.io7m.jcanephora.core.api
-
The type of OpenGL implementations.
- JCGLIndexBuffersType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL index buffers.
- JCGLIndexBufferType - Interface in com.io7m.jcanephora.core
-
The type of index buffers.
- JCGLIndexBufferUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable index buffers.
- JCGLInterfaceGL33Type - Interface in com.io7m.jcanephora.core.api
-
The interface exposed by OpenGL 3.3
- JCGLNamedType - Interface in com.io7m.jcanephora.core
-
An object that has a name according to OpenGL.
- JCGLPixelFormat - Enum in com.io7m.jcanephora.core
-
The type of pixel data in client memory.
- JCGLPolygonMode - Enum in com.io7m.jcanephora.core
-
Polygon mode selection.
- JCGLPolygonModesType - Interface in com.io7m.jcanephora.core.api
-
OpenGL polygon mode configuration.
- JCGLPrimitives - Enum in com.io7m.jcanephora.core
-
Primitive type selection.
- JCGLProgramAttributeType - Interface in com.io7m.jcanephora.core
-
The type of attributes in compiled programs.
- JCGLProgramShaderType - Interface in com.io7m.jcanephora.core
-
The type of program shaders.
- JCGLProgramShaderUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable program shaders.
- JCGLProgramUniformType - Interface in com.io7m.jcanephora.core
-
The type of uniforms in compiled programs.
- JCGLProjectionMatrices - Class in com.io7m.jcanephora.core
-
Functions to produce projection matrices.
- JCGLProjectionMatricesType - Interface in com.io7m.jcanephora.core
-
Functions for creating projection matrices.
- JCGLR16ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR16 record type.
- JCGLR16FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR16F record type.
- JCGLR16FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR16F record type.
- JCGLR16FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR16F record type.
- JCGLR16FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR16FWritableType record type.
- JCGLR16IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR16I record type.
- JCGLR16IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR16I record type.
- JCGLR16IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR16I record type.
- JCGLR16IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR16IWritableType record type.
- JCGLR16ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR16 record type.
- JCGLR16Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR16 record type.
- JCGLR16UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR16U record type.
- JCGLR16UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR16U record type.
- JCGLR16UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR16U record type.
- JCGLR16UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR16UWritableType record type.
- JCGLR16WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR16WritableType record type.
- JCGLR32ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR32 record type.
- JCGLR32FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR32F record type.
- JCGLR32FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR32F record type.
- JCGLR32FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR32F record type.
- JCGLR32FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR32FWritableType record type.
- JCGLR32IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR32I record type.
- JCGLR32IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR32I record type.
- JCGLR32IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR32I record type.
- JCGLR32IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR32IWritableType record type.
- JCGLR32ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR32 record type.
- JCGLR32Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR32 record type.
- JCGLR32UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR32U record type.
- JCGLR32UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR32U record type.
- JCGLR32UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR32U record type.
- JCGLR32UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR32UWritableType record type.
- JCGLR32WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR32WritableType record type.
- JCGLR8ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR8 packed type.
- JCGLR8IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR8I packed type.
- JCGLR8IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR8I packed type.
- JCGLR8IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR8I packed type.
- JCGLR8IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR8IWritableType packed type.
- JCGLR8ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR8 packed type.
- JCGLR8Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR8 packed type.
- JCGLR8UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLR8U packed type.
- JCGLR8UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLR8U packed type.
- JCGLR8UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLR8U packed type.
- JCGLR8UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR8UWritableType packed type.
- JCGLR8WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLR8WritableType packed type.
- JCGLReferableType - Interface in com.io7m.jcanephora.core
-
- JCGLReferenceContainerType - Interface in com.io7m.jcanephora.core
-
The type of resources that can contain other resources.
- JCGLResources - Class in com.io7m.jcanephora.core
-
Resource checking.
- JCGLResourceSizedType - Interface in com.io7m.jcanephora.core
-
The type of OpenGL resources that have a known size in bytes.
- JCGLResourceUsableType - Interface in com.io7m.jcanephora.core
-
The type of "usable" objects that can be deleted.
- JCGLRG16ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG16 record type.
- JCGLRG16FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG16F record type.
- JCGLRG16FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG16F record type.
- JCGLRG16FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG16F record type.
- JCGLRG16FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG16FWritableType record type.
- JCGLRG16IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG16I record type.
- JCGLRG16IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG16I record type.
- JCGLRG16IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG16I record type.
- JCGLRG16IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG16IWritableType record type.
- JCGLRG16ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG16 record type.
- JCGLRG16Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG16 record type.
- JCGLRG16UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG16U record type.
- JCGLRG16UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG16U record type.
- JCGLRG16UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG16U record type.
- JCGLRG16UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG16UWritableType record type.
- JCGLRG16WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG16WritableType record type.
- JCGLRG32ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG32 record type.
- JCGLRG32FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG32F record type.
- JCGLRG32FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG32F record type.
- JCGLRG32FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG32F record type.
- JCGLRG32FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG32FWritableType record type.
- JCGLRG32IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG32I record type.
- JCGLRG32IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG32I record type.
- JCGLRG32IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG32I record type.
- JCGLRG32IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG32IWritableType record type.
- JCGLRG32ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG32 record type.
- JCGLRG32Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG32 record type.
- JCGLRG32UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG32U record type.
- JCGLRG32UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG32U record type.
- JCGLRG32UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG32U record type.
- JCGLRG32UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG32UWritableType record type.
- JCGLRG32WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG32WritableType record type.
- JCGLRG8ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG8 packed type.
- JCGLRG8IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG8I packed type.
- JCGLRG8IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG8I packed type.
- JCGLRG8IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG8I packed type.
- JCGLRG8IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG8IWritableType packed type.
- JCGLRG8ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG8 packed type.
- JCGLRG8Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG8 packed type.
- JCGLRG8UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRG8U packed type.
- JCGLRG8UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRG8U packed type.
- JCGLRG8UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRG8U packed type.
- JCGLRG8UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG8UWritableType packed type.
- JCGLRG8WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRG8WritableType packed type.
- JCGLRGB16ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB16 record type.
- JCGLRGB16FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB16F record type.
- JCGLRGB16FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB16F record type.
- JCGLRGB16FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB16F record type.
- JCGLRGB16FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB16FWritableType record type.
- JCGLRGB16IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB16I record type.
- JCGLRGB16IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB16I record type.
- JCGLRGB16IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB16I record type.
- JCGLRGB16IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB16IWritableType record type.
- JCGLRGB16ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB16 record type.
- JCGLRGB16Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB16 record type.
- JCGLRGB16UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB16U record type.
- JCGLRGB16UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB16U record type.
- JCGLRGB16UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB16U record type.
- JCGLRGB16UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB16UWritableType record type.
- JCGLRGB16WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB16WritableType record type.
- JCGLRGB32ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB32 record type.
- JCGLRGB32FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB32F record type.
- JCGLRGB32FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB32F record type.
- JCGLRGB32FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB32F record type.
- JCGLRGB32FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB32FWritableType record type.
- JCGLRGB32IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB32I record type.
- JCGLRGB32IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB32I record type.
- JCGLRGB32IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB32I record type.
- JCGLRGB32IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB32IWritableType record type.
- JCGLRGB32ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB32 record type.
- JCGLRGB32Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB32 record type.
- JCGLRGB32UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB32U record type.
- JCGLRGB32UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB32U record type.
- JCGLRGB32UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB32U record type.
- JCGLRGB32UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB32UWritableType record type.
- JCGLRGB32WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB32WritableType record type.
- JCGLRGB8ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB8 record type.
- JCGLRGB8IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB8I record type.
- JCGLRGB8IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB8I record type.
- JCGLRGB8IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB8I record type.
- JCGLRGB8IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB8IWritableType record type.
- JCGLRGB8ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB8 record type.
- JCGLRGB8Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB8 record type.
- JCGLRGB8UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGB8U record type.
- JCGLRGB8UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGB8U record type.
- JCGLRGB8UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGB8U record type.
- JCGLRGB8UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB8UWritableType record type.
- JCGLRGB8WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGB8WritableType record type.
- JCGLRGBA1010102ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA1010102 packed type.
- JCGLRGBA1010102ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA1010102 packed type.
- JCGLRGBA1010102Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA1010102 packed type.
- JCGLRGBA1010102WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA1010102WritableType packed type.
- JCGLRGBA16ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA16 record type.
- JCGLRGBA16FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA16F record type.
- JCGLRGBA16FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA16F record type.
- JCGLRGBA16FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA16F record type.
- JCGLRGBA16FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA16FWritableType record type.
- JCGLRGBA16IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA16I record type.
- JCGLRGBA16IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA16I record type.
- JCGLRGBA16IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA16I record type.
- JCGLRGBA16IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA16IWritableType record type.
- JCGLRGBA16ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA16 record type.
- JCGLRGBA16Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA16 record type.
- JCGLRGBA16UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA16U record type.
- JCGLRGBA16UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA16U record type.
- JCGLRGBA16UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA16U record type.
- JCGLRGBA16UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA16UWritableType record type.
- JCGLRGBA16WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA16WritableType record type.
- JCGLRGBA32ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA32 record type.
- JCGLRGBA32FByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA32F record type.
- JCGLRGBA32FReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA32F record type.
- JCGLRGBA32FType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA32F record type.
- JCGLRGBA32FWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA32FWritableType record type.
- JCGLRGBA32IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA32I record type.
- JCGLRGBA32IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA32I record type.
- JCGLRGBA32IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA32I record type.
- JCGLRGBA32IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA32IWritableType record type.
- JCGLRGBA32ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA32 record type.
- JCGLRGBA32Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA32 record type.
- JCGLRGBA32UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA32U record type.
- JCGLRGBA32UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA32U record type.
- JCGLRGBA32UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA32U record type.
- JCGLRGBA32UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA32UWritableType record type.
- JCGLRGBA32WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA32WritableType record type.
- JCGLRGBA8ByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA8 packed type.
- JCGLRGBA8IByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA8I packed type.
- JCGLRGBA8IReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA8I packed type.
- JCGLRGBA8IType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA8I packed type.
- JCGLRGBA8IWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA8IWritableType packed type.
- JCGLRGBA8ReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA8 packed type.
- JCGLRGBA8Type - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA8 packed type.
- JCGLRGBA8UByteBuffered - Class in com.io7m.jcanephora.cursors
-
A ByteBuffer based implementation of the JCGLRGBA8U packed type.
- JCGLRGBA8UReadableType - Interface in com.io7m.jcanephora.cursors
-
The readable interface to values of the JCGLRGBA8U packed type.
- JCGLRGBA8UType - Interface in com.io7m.jcanephora.cursors
-
The interface to values of the JCGLRGBA8U packed type.
- JCGLRGBA8UWritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA8UWritableType packed type.
- JCGLRGBA8WritableType - Interface in com.io7m.jcanephora.cursors
-
The writable interface to values of the JCGLRGBA8WritableType packed type.
- JCGLScalarIntegralType - Enum in com.io7m.jcanephora.core
-
Type-safe interface to integral scalar types.
- JCGLScalarType - Enum in com.io7m.jcanephora.core
-
Type-safe interface to scalar types.
- JCGLScissorType - Interface in com.io7m.jcanephora.core.api
-
OpenGL scissor test interface.
- JCGLShadersType - Interface in com.io7m.jcanephora.core.api
-
The interface to shader compilation and use.
- JCGLShaderUniformsType - Interface in com.io7m.jcanephora.core.api
-
The interface to setting uniforms in shaders.
- JCGLStencilBuffersType - Interface in com.io7m.jcanephora.core.api
-
OpenGL interface to stencil buffers.
- JCGLStencilFunction - Enum in com.io7m.jcanephora.core
-
Stencil function specification.
- JCGLStencilOperation - Enum in com.io7m.jcanephora.core
-
Stencil operation specification.
- JCGLTexture2DType - Interface in com.io7m.jcanephora.core
-
The type of 2D textures.
- JCGLTexture2DUpdateType - Interface in com.io7m.jcanephora.core
-
The type of updates for 2D textures.
- JCGLTexture2DUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable 2D textures.
- JCGLTextureCubeType - Interface in com.io7m.jcanephora.core
-
The type of cube textures.
- JCGLTextureCubeUpdateType - Interface in com.io7m.jcanephora.core
-
The type of updates for cube textures.
- JCGLTextureCubeUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable cube textures.
- JCGLTextureFilterMagnification - Enum in com.io7m.jcanephora.core
-
OpenGL texture magnification filter specification.
- JCGLTextureFilterMinification - Enum in com.io7m.jcanephora.core
-
OpenGL texture minification filter specification.
- JCGLTextureFormat - Enum in com.io7m.jcanephora.core
-
Texture formats
- JCGLTextureFormats - Class in com.io7m.jcanephora.core
-
Information about texture formats.
- JCGLTextures2DType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL 2D textures.
- JCGLTexturesCubeType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL cube textures.
- JCGLTexturesType - Interface in com.io7m.jcanephora.core.api
-
The interface to OpenGL textures.
- JCGLTextureType - Interface in com.io7m.jcanephora.core
-
The type of textures.
- JCGLTextureUnitType - Interface in com.io7m.jcanephora.core
-
The type of texture units.
- JCGLTextureUpdates - Class in com.io7m.jcanephora.core
-
Utility functions to allocate texture updates.
- JCGLTextureUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable textures.
- JCGLTextureWrapR - Enum in com.io7m.jcanephora.core
-
Texture wrapping mode on the R axis.
- JCGLTextureWrapS - Enum in com.io7m.jcanephora.core
-
Texture wrapping mode on the S axis.
- JCGLTextureWrapT - Enum in com.io7m.jcanephora.core
-
Texture wrapping mode on the T axis.
- JCGLTLTextureDataProviderType - Interface in com.io7m.jcanephora.texture_loader.core
-
The type of texture data providers.
- JCGLTLTextureDataType - Interface in com.io7m.jcanephora.texture_loader.core
-
The type of loaded texture data.
- JCGLTLTextureUpdateProvider - Class in com.io7m.jcanephora.texture_loader.core
-
- JCGLTLTextureUpdateProviderType - Interface in com.io7m.jcanephora.texture_loader.core
-
The type of texture update providers.
- JCGLType - Enum in com.io7m.jcanephora.core
-
Type-safe OpenGL shader types.
- JCGLUnsignedType - Enum in com.io7m.jcanephora.core
-
OpenGL unsigned types.
- JCGLUsageHint - Enum in com.io7m.jcanephora.core
-
Hints to the implementation about how array data will be used.
- JCGLVersion - Class in com.io7m.jcanephora.core
-
A structure representing the version of the current OpenGL implementation.
- JCGLVersionNumber - Class in com.io7m.jcanephora.core
-
A structure representing the version number of a given OpenGL
implementation, broken into "major", "minor", and "micro" components.
- JCGLVersionNumber(int, int, int) - Constructor for class com.io7m.jcanephora.core.JCGLVersionNumber
-
Construct a new version number.
- JCGLVertexShaderType - Interface in com.io7m.jcanephora.core
-
The type of vertex shaders.
- JCGLVertexShaderUsableType - Interface in com.io7m.jcanephora.core
-
The type of usable vertex shaders.
- JCGLViewMatrices - Class in com.io7m.jcanephora.core
-
Functions to produce view matrices.
- JCGLViewMatricesType - Interface in com.io7m.jcanephora.core
-
Functions for producing view matrices.
- JCGLViewportsType - Interface in com.io7m.jcanephora.core.api
-
OpenGL viewport interface.
- JOGLTypeConversions - Class in com.io7m.jcanephora.jogl
-
Conversions between enumerations and OpenGL contstants.
- newAsync(Supplier<JCGLContextType>) - Static method in class com.io7m.jcanephora.async.JCGLAsyncInterfaceGL33
-
Construct an async interface, evaluating the given function to obtain a
context that will be used exclusively for async calls.
- newContext(String, FakeShaderListenerType) - Method in class com.io7m.jcanephora.fake.JCGLImplementationFake
-
- newContext(String, FakeShaderListenerType) - Method in interface com.io7m.jcanephora.fake.JCGLImplementationFakeType
-
Construct a new context.
- newContextFrom(GLContext, String) - Method in class com.io7m.jcanephora.jogl.JCGLImplementationJOGL
-
- newContextFrom(GLContext, String) - Method in interface com.io7m.jcanephora.jogl.JCGLImplementationJOGLType
-
Construct a new context from the given GLContext.
- newContextFromWithSupplier(GLContext, Function<GLContext, GL3>, String) - Method in class com.io7m.jcanephora.jogl.JCGLImplementationJOGL
-
- newContextFromWithSupplier(GLContext, Function<GLContext, GL3>, String) - Method in interface com.io7m.jcanephora.jogl.JCGLImplementationJOGLType
-
Construct a new context from the given GLContext.
- newContextSharedWith(JCGLContextType, String, FakeShaderListenerType) - Method in class com.io7m.jcanephora.fake.JCGLImplementationFake
-
- newContextSharedWith(JCGLContextType, String, FakeShaderListenerType) - Method in interface com.io7m.jcanephora.fake.JCGLImplementationFakeType
-
Construct a new context, shared with an existing context.
- newLoader(Executor, JCGLAsyncInterfaceUsableGL33Type) - Static method in class com.io7m.jcanephora.async.JCGLAsyncResourceLoader
-
Construct a new resource loader.
- newMatrices() - Static method in class com.io7m.jcanephora.core.JCGLProjectionMatrices
-
- newMatrices() - Static method in class com.io7m.jcanephora.core.JCGLViewMatrices
-
- newProvider() - Static method in class com.io7m.jcanephora.texture_loader.awt.JCGLAWTTextureDataProvider
-
- newProvider() - Static method in class com.io7m.jcanephora.texture_loader.core.JCGLTLTextureUpdateProvider
-
- newUpdateReplacingAll(T) - Static method in class com.io7m.jcanephora.core.JCGLBufferUpdates
-
Construct an update that will replace all of the data in buffer.
- newUpdateReplacingAll2D(JCGLTexture2DUsableType) - Static method in class com.io7m.jcanephora.core.JCGLTextureUpdates
-
Create a new update that will replace the entirety of t.
- newUpdateReplacingAllCube(JCGLTextureCubeUsableType) - Static method in class com.io7m.jcanephora.core.JCGLTextureUpdates
-
Create a new update that will replace the entirety of one face of t.
- newUpdateReplacingArea2D(JCGLTexture2DUsableType, AreaInclusiveUnsignedLType) - Static method in class com.io7m.jcanephora.core.JCGLTextureUpdates
-
Create a new update that will replace the given area of t.
- newUpdateReplacingAreaCube(JCGLTextureCubeUsableType, AreaInclusiveUnsignedLType) - Static method in class com.io7m.jcanephora.core.JCGLTextureUpdates
-
Create a new update that will replace the given area of t.
- newUpdateReplacingRange(T, UnsignedRangeInclusiveL) - Static method in class com.io7m.jcanephora.core.JCGLBufferUpdates
-
Construct an update that will replace the range of bytes given by range in buffer.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLDepth32FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR16ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR16FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR16IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR16UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR32ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR32FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR32IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR32UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR8IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLR8UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
Construct a view of a type.
- newValue(ByteBuffer, JPRACursorByteReadableType) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLDepth32FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR16ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR16FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR16IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR16UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR32ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR32FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR32IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR32UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR8IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLR8UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG16UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG32UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
Construct a view of a type.
- newValueWithOffset(ByteBuffer, JPRACursorByteReadableType, int) - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
Construct a view of a type.
- scalarIntegralTypeFromGL(int) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert types from GL constants.
- scalarIntegralTypeToGL(JCGLScalarIntegralType) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert types to GL constants.
- scalarTypeFromGL(int) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert types from GL constants.
- scalarTypeToGL(JCGLScalarType) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert types to GL constants.
- scissorDisable() - Method in interface com.io7m.jcanephora.core.api.JCGLScissorType
-
Disable the scissor test in the OpenGL pipeline.
- scissorEnable(AreaInclusiveUnsignedLType) - Method in interface com.io7m.jcanephora.core.api.JCGLScissorType
-
Set the OpenGL scissor region to the given inclusive area.
- scissorIsEnabled() - Method in interface com.io7m.jcanephora.core.api.JCGLScissorType
-
- set(double) - Method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
- set(double) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth16WritableType
-
Set the value of all fields.
- set(double) - Method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
- set(double) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth24S8WritableType
-
Set the value of all fields.
- set(double) - Method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
- set(int) - Method in class com.io7m.jcanephora.cursors.JCGLR8IByteBuffered
-
- set(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR8IWritableType
-
Set the value of all fields.
- set(int) - Method in class com.io7m.jcanephora.cursors.JCGLR8UByteBuffered
-
- set(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR8UWritableType
-
Set the value of all fields.
- set(double) - Method in interface com.io7m.jcanephora.cursors.JCGLR8WritableType
-
Set the value of all fields.
- set(double, double) - Method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- set(int, int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
- set(int, int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8IWritableType
-
Set the value of all fields.
- set(int, int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
- set(int, int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8UWritableType
-
Set the value of all fields.
- set(double, double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8WritableType
-
Set the value of all fields.
- set(double, double, double, double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- set(double, double, double, double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of all fields.
- set(double, double, double, double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- set(int, int, int, int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- set(int, int, int, int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8IWritableType
-
Set the value of all fields.
- set(int, int, int, int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- set(int, int, int, int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8UWritableType
-
Set the value of all fields.
- set(double, double, double, double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of all fields.
- setA(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setA(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the a field.
- setA(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setA(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
- setA(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16FWritableType
-
Set the value of the a field
- setA(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
- setA(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16IWritableType
-
Set the value of the a field
- setA(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
- setA(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16UWritableType
-
Set the value of the a field
- setA(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the a field
- setA(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setA(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
- setA(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32FWritableType
-
Set the value of the a field
- setA(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
- setA(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32IWritableType
-
Set the value of the a field
- setA(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
- setA(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32UWritableType
-
Set the value of the a field
- setA(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the a field
- setA(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setA(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- setA(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8IWritableType
-
Set the value of the a field.
- setA(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- setA(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8UWritableType
-
Set the value of the a field.
- setA(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the a field.
- setARaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setARaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the a field.
- setARaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setARaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the a field
- setARaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setARaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the a field
- setARaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setARaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the a field.
- setAttributeFloatingPoint(int, JCGLArrayBufferUsableType, int, JCGLScalarType, int, long, boolean) - Method in interface com.io7m.jcanephora.core.JCGLArrayObjectBuilderType
-
- setAttributeFloatingPointWithDivisor(int, JCGLArrayBufferUsableType, int, JCGLScalarType, int, long, boolean, int) - Method in interface com.io7m.jcanephora.core.JCGLArrayObjectBuilderType
-
Configure the attribute index to retrieve data from a.
- setAttributeIntegral(int, JCGLArrayBufferUsableType, int, JCGLScalarIntegralType, int, long) - Method in interface com.io7m.jcanephora.core.JCGLArrayObjectBuilderType
-
- setAttributeIntegralWithDivisor(int, JCGLArrayBufferUsableType, int, JCGLScalarIntegralType, int, long, int) - Method in interface com.io7m.jcanephora.core.JCGLArrayObjectBuilderType
-
Configure the attribute index to retrieve data from a.
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16FWritableType
-
Set the value of the b field
- setB(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
- setB(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16IWritableType
-
Set the value of the b field
- setB(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
- setB(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16UWritableType
-
Set the value of the b field
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16WritableType
-
Set the value of the b field
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- setB(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
- setB(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32FWritableType
-
Set the value of the b field
- setB(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
- setB(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32IWritableType
-
Set the value of the b field
- setB(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
- setB(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32UWritableType
-
Set the value of the b field
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32WritableType
-
Set the value of the b field
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- setB(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
- setB(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8IWritableType
-
Set the value of the b field
- setB(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
- setB(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8UWritableType
-
Set the value of the b field
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8WritableType
-
Set the value of the b field
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the b field.
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16FWritableType
-
Set the value of the b field
- setB(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
- setB(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16IWritableType
-
Set the value of the b field
- setB(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
- setB(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16UWritableType
-
Set the value of the b field
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the b field
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setB(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
- setB(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32FWritableType
-
Set the value of the b field
- setB(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
- setB(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32IWritableType
-
Set the value of the b field
- setB(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
- setB(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32UWritableType
-
Set the value of the b field
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the b field
- setB(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setB(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- setB(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8IWritableType
-
Set the value of the b field.
- setB(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- setB(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8UWritableType
-
Set the value of the b field.
- setB(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the b field.
- setBRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- setBRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16WritableType
-
Set the value of the b field
- setBRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- setBRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32WritableType
-
Set the value of the b field
- setBRaw(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- setBRaw(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8WritableType
-
Set the value of the b field
- setBRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setBRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the b field.
- setBRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setBRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the b field
- setBRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setBRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the b field
- setBRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setBRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the b field.
- setColorBufferClear(VectorReadable4FType) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setColorBufferClear(Optional<VectorReadable4FType>) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setColorBufferClear(VectorReadable4FType) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- setColorBufferClear(Optional<VectorReadable4FType>) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- setDepth(double) - Method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
- setDepth(double) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth16WritableType
-
Set the value of the depth field.
- setDepth(double) - Method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
- setDepth(double) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth24S8WritableType
-
Set the value of the depth field.
- setDepth(float) - Method in class com.io7m.jcanephora.cursors.JCGLDepth32FByteBuffered
-
- setDepth(float) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth32FWritableType
-
Set the value of the depth field
- setDepthBufferClear(double) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setDepthBufferClear(OptionalDouble) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setDepthBufferClear(double) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- setDepthBufferClear(OptionalDouble) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- setDepthRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
- setDepthRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth16WritableType
-
Set the value of the depth field.
- setDepthRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
- setDepthRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLDepth24S8WritableType
-
Set the value of the depth field.
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG16FByteBuffered
-
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16FWritableType
-
Set the value of the g field
- setG(short) - Method in class com.io7m.jcanephora.cursors.JCGLRG16IByteBuffered
-
- setG(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16IWritableType
-
Set the value of the g field
- setG(short) - Method in class com.io7m.jcanephora.cursors.JCGLRG16UByteBuffered
-
- setG(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
- setG(float) - Method in class com.io7m.jcanephora.cursors.JCGLRG32FByteBuffered
-
- setG(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32FWritableType
-
Set the value of the g field
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG32IByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32IWritableType
-
Set the value of the g field
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG32UByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8IWritableType
-
Set the value of the g field.
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8UWritableType
-
Set the value of the g field.
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8WritableType
-
Set the value of the g field.
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16FWritableType
-
Set the value of the g field
- setG(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
- setG(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16IWritableType
-
Set the value of the g field
- setG(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
- setG(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- setG(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
- setG(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32FWritableType
-
Set the value of the g field
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32IWritableType
-
Set the value of the g field
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- setG(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
- setG(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8IWritableType
-
Set the value of the g field
- setG(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
- setG(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the g field.
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16FWritableType
-
Set the value of the g field
- setG(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
- setG(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16IWritableType
-
Set the value of the g field
- setG(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
- setG(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setG(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
- setG(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32FWritableType
-
Set the value of the g field
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32IWritableType
-
Set the value of the g field
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32UWritableType
-
Set the value of the g field
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the g field
- setG(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8IWritableType
-
Set the value of the g field.
- setG(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- setG(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8UWritableType
-
Set the value of the g field.
- setG(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the g field.
- setGRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
- setGRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16WritableType
-
Set the value of the g field
- setGRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
- setGRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32WritableType
-
Set the value of the g field
- setGRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- setGRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8WritableType
-
Set the value of the g field.
- setGRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- setGRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16WritableType
-
Set the value of the g field
- setGRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- setGRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32WritableType
-
Set the value of the g field
- setGRaw(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- setGRaw(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8WritableType
-
Set the value of the g field
- setGRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setGRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the g field.
- setGRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setGRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the g field
- setGRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setGRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the g field
- setGRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setGRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the g field.
- setIndexBuffer(JCGLIndexBufferUsableType) - Method in interface com.io7m.jcanephora.core.JCGLArrayObjectBuilderType
-
Set the index buffer that will be bound by default.
- setNoIndexBuffer() - Method in interface com.io7m.jcanephora.core.JCGLArrayObjectBuilderType
-
Indicate that no index buffer will be bound by default.
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLR16ByteBuffered
-
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLR16FByteBuffered
-
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLR16FWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLR16IByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLR16IWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLR16UByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLR16UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLR16WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLR32ByteBuffered
-
- setR(float) - Method in class com.io7m.jcanephora.cursors.JCGLR32FByteBuffered
-
- setR(float) - Method in interface com.io7m.jcanephora.cursors.JCGLR32FWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLR32IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR32IWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLR32UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR32UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLR32WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLR8IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR8IWritableType
-
Set the value of the r field.
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLR8UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR8UWritableType
-
Set the value of the r field.
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLR8WritableType
-
Set the value of the r field.
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG16FByteBuffered
-
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16FWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLRG16IByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16IWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLRG16UByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
- setR(float) - Method in class com.io7m.jcanephora.cursors.JCGLRG32FByteBuffered
-
- setR(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32FWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG32IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32IWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG32UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8IWritableType
-
Set the value of the r field.
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8UWritableType
-
Set the value of the r field.
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8WritableType
-
Set the value of the r field.
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16FWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16IWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- setR(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
- setR(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32FWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32IWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- setR(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
- setR(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8IWritableType
-
Set the value of the r field
- setR(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
- setR(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the r field.
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16FWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16IWritableType
-
Set the value of the r field
- setR(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
- setR(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setR(float) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
- setR(float) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32FWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32IWritableType
-
Set the value of the r field
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32UWritableType
-
Set the value of the r field
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the r field
- setR(double) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8IWritableType
-
Set the value of the r field.
- setR(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- setR(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8UWritableType
-
Set the value of the r field.
- setR(double) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the r field.
- setRRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLR16ByteBuffered
-
- setRRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLR16WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLR32ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR32WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLR8WritableType
-
Set the value of the r field.
- setRRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
- setRRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRG16WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG32WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRG8WritableType
-
Set the value of the r field.
- setRRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- setRRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB16WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB32WritableType
-
Set the value of the r field
- setRRaw(byte) - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- setRRaw(byte) - Method in interface com.io7m.jcanephora.cursors.JCGLRGB8WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA1010102WritableType
-
Set the value of the r field.
- setRRaw(short) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- setRRaw(short) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA16WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA32WritableType
-
Set the value of the r field
- setRRaw(int) - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- setRRaw(int) - Method in interface com.io7m.jcanephora.cursors.JCGLRGBA8WritableType
-
Set the value of the r field.
- setStencilBufferClear(int) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setStencilBufferClear(OptionalInt) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setStencilBufferClear(int) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- setStencilBufferClear(OptionalInt) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- setStrictChecking(boolean) - Method in class com.io7m.jcanephora.core.JCGLClearSpecification.Builder
-
- setStrictChecking(boolean) - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- shaderActivatedProgram() - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
- shaderActivateProgram(JCGLProgramShaderUsableType) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Activate the given program for use in rendering.
- shaderCompileFragment(String, List<String>) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Read a GLSL fragment shader from the lines of GLSL source code given in
lines.
- shaderCompileGeometry(String, List<String>) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Read a GLSL geometry shader from the lines of GLSL source code given in
lines.
- shaderCompileVertex(String, List<String>) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Read a GLSL vertex shader from the lines of GLSL source code given in
lines.
- shaderDeactivateProgram() - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Deactivate any active program.
- shaderDeleteFragment(JCGLFragmentShaderType) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Delete the given shader.
- shaderDeleteGeometry(JCGLGeometryShaderType) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Delete the given shader.
- shaderDeleteProgram(JCGLProgramShaderType) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Delete the given shader.
- shaderDeleteVertex(JCGLVertexShaderType) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Delete the given shader.
- shaderLinkProgram(String, JCGLVertexShaderUsableType, Optional<JCGLGeometryShaderUsableType>, JCGLFragmentShaderUsableType) - Method in interface com.io7m.jcanephora.core.api.JCGLShadersType
-
Link a program consisting of the vertex shader v, the optional
geometry shader g, and the fragment shader f.
- shaderTypeConvertible(int, JCGLType) - Method in enum com.io7m.jcanephora.core.JCGLScalarType
-
- shaderUniformPutFloat(JCGLProgramUniformType, float) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutInteger(JCGLProgramUniformType, int) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutMatrix3x3f(JCGLProgramUniformType, MatrixDirectReadable3x3FType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutMatrix4x4f(JCGLProgramUniformType, MatrixDirectReadable4x4FType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutTexture2DUnit(JCGLProgramUniformType, JCGLTextureUnitType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutTextureCubeUnit(JCGLProgramUniformType, JCGLTextureUnitType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutUnsignedInteger(JCGLProgramUniformType, int) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector2f(JCGLProgramUniformType, VectorReadable2FType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector2i(JCGLProgramUniformType, VectorReadable2IType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector2ui(JCGLProgramUniformType, VectorReadable2IType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector3f(JCGLProgramUniformType, VectorReadable3FType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector3i(JCGLProgramUniformType, VectorReadable3IType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector3ui(JCGLProgramUniformType, VectorReadable3IType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector4f(JCGLProgramUniformType, VectorReadable4FType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector4i(JCGLProgramUniformType, VectorReadable4IType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformPutVector4ui(JCGLProgramUniformType, VectorReadable4IType) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Upload the value value to the uniform u.
- shaderUniformSetActivityCheckingEnabled(boolean) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Enable or disable checking that a program is active when attempting to
assign values to uniforms.
- shaderUniformSetTypeCheckingEnabled(boolean) - Method in interface com.io7m.jcanephora.core.api.JCGLShaderUniformsType
-
Enable or disable checking of the types of assigned uniforms.
- shutDown() - Method in class com.io7m.jcanephora.async.JCGLAsyncInterfaceGL33
-
- shutDown() - Method in interface com.io7m.jcanephora.async.JCGLAsyncInterfaceGL33Type
-
Schedule an orderly shutdown of the interface.
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLDepth32FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR16ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR16FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR16IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR16UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR32ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR32FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR32IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR32UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR8IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLR8UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG16FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG16IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG16UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG32FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG32IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG32UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- sizeInOctets() - Static method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLDepth16ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLDepth24S8ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLDepth32FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR16ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR16FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR16IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR16UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR32ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR32FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR32IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR32UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR8ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR8IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLR8UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG16ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG16FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG16IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG16UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG32ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG32FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG32IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG32UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG8ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG8IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRG8UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB16ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB16FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB16IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB16UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB32ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB32FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB32IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB32UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB8ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB8IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGB8UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA1010102ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA16UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32FByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA32UByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8ByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8IByteBuffered
-
- sizeOctets() - Method in class com.io7m.jcanephora.cursors.JCGLRGBA8UByteBuffered
-
- stencilBufferClear(int) - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
Clear the stencil buffer with the specified value stencil.
- stencilBufferDisable() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
Disable the stencil test.
- stencilBufferEnable() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
Enable the stencil test.
- stencilBufferFunction(JCGLFaceSelection, JCGLStencilFunction, int, int) - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
Set the stencil function and reference value for the faces given by faces.
- stencilBufferGetBits() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetFunctionBack() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetFunctionFront() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetFunctionMaskBack() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetFunctionMaskFront() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetFunctionReferenceBack() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetFunctionReferenceFront() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetMaskBackFaces() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetMaskFrontFaces() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetOperationDepthFailBack() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetOperationDepthFailFront() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetOperationPassBack() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetOperationPassFront() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetOperationStencilFailBack() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferGetOperationStencilFailFront() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferIsEnabled() - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
- stencilBufferMask(JCGLFaceSelection, int) - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
Control the writing of bits in the stencil buffer for the faces given by
faces.
- stencilBufferOperation(JCGLFaceSelection, JCGLStencilOperation, JCGLStencilOperation, JCGLStencilOperation) - Method in interface com.io7m.jcanephora.core.api.JCGLStencilBuffersType
-
Configure the operations to be performed on the stencil buffer for the
faces given by faces.
- stencilFunctionFromGL(int) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert stencil functions from GL constants.
- stencilFunctionToGL(JCGLStencilFunction) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert stencil functions to GL constants.
- stencilOperationFromGL(int) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert stencil ops from GL constants.
- stencilOperationToGL(JCGLStencilOperation) - Static method in class com.io7m.jcanephora.jogl.JOGLTypeConversions
-
Convert stencil ops to GL constants.
- strictCheckingIsSet() - Method in class com.io7m.jcanephora.core.JCGLClearSpecificationMutable
-
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLBlendEquation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLBlendFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLCubeMapFaceLH
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLCubeMapFaceRH
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLDepthFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLFaceSelection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLFaceWindingOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLFramebufferBlitBuffer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLFramebufferBlitFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLFramebufferStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLPixelFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLPolygonMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLPrimitives
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLScalarIntegralType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLScalarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLStencilFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLStencilOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLTextureFilterMagnification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLTextureFilterMinification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLTextureFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLTextureWrapR
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLTextureWrapS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLTextureWrapT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLUnsignedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jcanephora.core.JCGLUsageHint
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLBlendEquation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLBlendFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLCubeMapFaceLH
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLCubeMapFaceRH
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLDepthFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLFaceSelection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLFaceWindingOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLFramebufferBlitBuffer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLFramebufferBlitFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLFramebufferStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLPixelFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLPolygonMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLPrimitives
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLScalarIntegralType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLScalarType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLStencilFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLStencilOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLTextureFilterMagnification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLTextureFilterMinification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLTextureFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLTextureWrapR
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLTextureWrapS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLTextureWrapT
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLUnsignedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.io7m.jcanephora.core.JCGLUsageHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- viewportSet(AreaInclusiveUnsignedLType) - Method in interface com.io7m.jcanephora.core.api.JCGLViewportsType
-
Set the OpenGL viewport to the given inclusive area.