Uses of Enum Class
com.openinventor.inventor.nodes.SoShaderProgram.GeometryOutputTypes
Packages that use SoShaderProgram.GeometryOutputTypes
-
Uses of SoShaderProgram.GeometryOutputTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShaderProgram.GeometryOutputTypesModifier and TypeFieldDescriptionSoShaderProgram.geometryOutputType
Specifies the output primitive type of the current geometry shader if any (not used otherwise).Methods in com.openinventor.inventor.nodes that return SoShaderProgram.GeometryOutputTypesModifier and TypeMethodDescriptionSoShaderProgram.GeometryOutputTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoShaderProgram.GeometryOutputTypes[]
SoShaderProgram.GeometryOutputTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.