| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| com.io7m.jcanephora.jogl |
JOGL implementation of the
jcanephora API. |
| com.io7m.jcanephora.lwjgl3 |
LWJGL3 implementation of the
jcanephora API. |
| com.io7m.jcanephora.renderstate |
Render state abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLPolygonMode |
JCGLPolygonMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCGLPolygonMode[] |
JCGLPolygonMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLPolygonMode |
JCGLPolygonModesType.polygonGetMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLPolygonModesType.polygonSetMode(JCGLPolygonMode mode)
Set the polygon rasterization mode for the polygons to
mode. |
| Modifier and Type | Method and Description |
|---|---|
static JCGLPolygonMode |
JOGLTypeConversions.polygonModeFromGL(int g)
Convert polygon modes from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JOGLTypeConversions.polygonModeToGL(JCGLPolygonMode g)
Convert polygon modes to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static JCGLPolygonMode |
LWJGL3TypeConversions.polygonModeFromGL(int g)
Convert polygon modes from GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
LWJGL3TypeConversions.polygonModeToGL(JCGLPolygonMode g)
Convert polygon modes to GL constants.
|
| Modifier and Type | Method and Description |
|---|---|
default JCGLPolygonMode |
JCGLRenderStateType.polygonMode() |
JCGLPolygonMode |
JCGLRenderStateMutable.polygonMode() |
JCGLPolygonMode |
JCGLRenderState.polygonMode() |
| Modifier and Type | Method and Description |
|---|---|
static JCGLRenderStateMutable |
JCGLRenderStateMutable.create(Optional<JCGLBlendStateType> blendState,
Optional<JCGLCullingStateType> cullingState,
JCGLColorBufferMaskingStateType colorBufferMaskingState,
JCGLPolygonMode polygonMode,
Optional<com.io7m.jregions.core.unparameterized.areas.AreaL> scissor,
JCGLDepthStateType depthState,
JCGLStencilStateType stencilState)
Construct a modifiable instance of
JCGLRenderStateType. |
static JCGLRenderState |
JCGLRenderState.of(Optional<JCGLBlendStateType> blendState,
Optional<JCGLCullingStateType> cullingState,
JCGLColorBufferMaskingStateType colorBufferMaskingState,
JCGLPolygonMode polygonMode,
Optional<com.io7m.jregions.core.unparameterized.areas.AreaL> scissor,
JCGLDepthStateType depthState,
JCGLStencilStateType stencilState)
Construct a new immutable
JCGLRenderState instance. |
JCGLRenderStateMutable |
JCGLRenderStateMutable.setPolygonMode(JCGLPolygonMode polygonMode)
Assigns a value to the
polygonMode attribute. |
JCGLRenderState.Builder |
JCGLRenderState.Builder.setPolygonMode(JCGLPolygonMode polygonMode)
Initializes the value for the
polygonMode attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com