public class PipelineStateGL3 extends PipelineStateGL2
PipelineState.BlendMode, PipelineState.CullState, PipelineState.MaskState| Modifier and Type | Field and Description |
|---|---|
protected com.jogamp.opengl.GL3 |
gl3 |
glbDepthTest, currentBlendMode, currentCullState, currentMaskState, pipe| Constructor and Description |
|---|
PipelineStateGL3() |
| Modifier and Type | Method and Description |
|---|---|
void |
Apply(GraphicsPipeline pipe) |
void |
Unapply(GraphicsPipeline pipe) |
setColor, setColor, setColor, setColor, setColor, setColor, setCullState, setDepthTest, setDrawMode, setMaskStatepublic void Apply(GraphicsPipeline pipe)
Apply in class PipelineStateGL2public void Unapply(GraphicsPipeline pipe)
Unapply in class PipelineStateGL2