SoGLShaderProgramElementGetMaxTextureImageUnit Method (SoState) |
Returns the maximum image texture unit.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static int GetMaxTextureImageUnit(
SoState state
)
Public Shared Function GetMaxTextureImageUnit (
state As SoState
) As Integer
public:
static int GetMaxTextureImageUnit(
SoState^ state
)
static member GetMaxTextureImageUnit :
state : SoState -> int
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Int32
Remarks
See Also