Shader.code

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

  1. String code [@property getter]
  2. String code [@property setter]
    struct Shader
    @nogc nothrow @property
    void
    code
    (
    String v
    )

Meta