Shader.this

Creates a Shader Program from the name, and either the vertex and fragment shader strings, or their file names

class Shader
this
(
string name
,
string vertex
,
string fragment
,
bool preloaded = false
)

Meta