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]
    struct Shader
    @nogc nothrow @property
    String
    code
    ()
  2. String code [@property setter]

Meta