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