Function Shader.code

Returns the shader's code as the user has written it, not the full generated code used internally.

String code() nothrow @property @nogc;

void code (
  String v
) nothrow @property @nogc;