picturePaths method

Set<String> picturePaths()

Returns the list of picture paths

Implementation

Set<String> picturePaths() {
  return {ShadertoyContext.shaderPicturePath(info.id), ...inputSourcePaths()};
}