Shader.this

Loads the shader from the source, filename_ is stored in filename and will be used to identify the shader.

  1. this(string file)
  2. this(string filename_, string source)
    class Shader
    this
    (
    string filename_
    ,
    string source
    )

Meta