Uses of Class
com.openinventor.inventor.nodes.SoComputeShader
-
Packages that use SoComputeShader Package Description com.openinventor.inventor.nodes -
-
Uses of SoComputeShader in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoComputeShader Modifier and Type Method Description SoComputeShaderSoShaderProgram. setComputeShader(int pos, java.lang.String filenameOrSource)Calls setComputeShader(pos, filenameOrSource, SoShaderObject.SourceTypes.valueOf( SoShaderObject.SourceTypes.FILENAME.getValue() )).SoComputeShaderSoShaderProgram. setComputeShader(int pos, java.lang.String filenameOrSource, SoShaderObject.SourceTypes sourceType)Convenience method to create a compute shader with the specified filename and add it at the specified position.
-