shaderEmbedPath static method

String shaderEmbedPath(
  1. String shaderId
)

The relative path of the shader embed url

  • shaderId: The shader id

Implementation

static String shaderEmbedPath(String shaderId) {
  return '$embedPath/$shaderId';
}