ShadertoyBaseClient constructor

ShadertoyBaseClient(
  1. String baseUrl
)

Builds a ShadertoyBaseClient object

The baseUrl parameter defines the base url of the Shadertoy website

Implementation

ShadertoyBaseClient(String baseUrl) : context = ShadertoyContext(baseUrl);