public class PipelineStateGL3 extends PipelineStateGL2
PipelineState.BlendMode, PipelineState.CullState, PipelineState.MaskState
Modifier and Type | Field and Description |
---|---|
protected com.jogamp.opengl.GL3 |
gl3 |
gl
bDepthTest, 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, setMaskState
public void Apply(GraphicsPipeline pipe)
Apply
in class PipelineStateGL2
public void Unapply(GraphicsPipeline pipe)
Unapply
in class PipelineStateGL2