CgGl.cgGLIsProfileSupported Method
Checks if the profile is supported.
[Visual Basic]
Public Shared Function cgGLIsProfileSupported( _
ByVal
profile As
Integer _
) As
Boolean
[C#]
public static
bool cgGLIsProfileSupported(
int profile);
Parameters
-
profile
- The profile to check the support of.
Return Value
Returns true if the profile is supported.
See Also
CgGl Class | Tao.Cg Namespace