getShaderPicturePath method

String getShaderPicturePath(
  1. String shaderId
)

The relative path of the shader picture url

  • shaderId: The shader id

Implementation

String getShaderPicturePath(String shaderId) {
  return shaderPicturePath(shaderId);
}