public interface TechniqueStatesFunctionsModel
| Modifier and Type | Method and Description |
|---|---|
float[] |
getBlendColor()
Returns the blend color
|
int[] |
getBlendEquationSeparate()
Returns the blend equation
|
int[] |
getBlendFuncSeparate()
Returns the blend function
|
boolean[] |
getColorMask()
Returns the color mask
|
int[] |
getCullFace()
Returns the cull face
|
int[] |
getDepthFunc()
Returns the depth func
|
boolean[] |
getDepthMask()
Returns the depth mask
|
float[] |
getDepthRange()
Returns the depth range
|
int[] |
getFrontFace()
Returns the front face
|
float[] |
getLineWidth()
Returns the line width
|
float[] |
getPolygonOffset()
Returns the polygon offset
|
float[] getBlendColor()
int[] getBlendEquationSeparate()
int[] getBlendFuncSeparate()
boolean[] getColorMask()
int[] getCullFace()
int[] getDepthFunc()
boolean[] getDepthMask()
float[] getDepthRange()
int[] getFrontFace()
float[] getLineWidth()
float[] getPolygonOffset()
Copyright © 2022. All Rights Reserved.