Uses of Class
com.openinventor.inventor.nodes.SoComputeShaderScheduler.Policies
-
Packages that use SoComputeShaderScheduler.Policies Package Description com.openinventor.inventor.nodes -
-
Uses of SoComputeShaderScheduler.Policies in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoComputeShaderScheduler.Policies Modifier and Type Field Description SoSFEnum<SoComputeShaderScheduler.Policies>
SoComputeShaderScheduler. policy
Specifies the policy used for scheduling the computation.Methods in com.openinventor.inventor.nodes that return SoComputeShaderScheduler.Policies Modifier and Type Method Description static SoComputeShaderScheduler.Policies
SoComputeShaderScheduler.Policies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoComputeShaderScheduler.Policies
SoComputeShaderScheduler.Policies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoComputeShaderScheduler.Policies[]
SoComputeShaderScheduler.Policies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-