ContentManager.load_shader

loads a shader from disk (vertex shader, fragment shader). pass null to either arg to use the default since loading shaders is a bit of a pain, the loader uses custom logic

class ContentManager
Optional!Shader
load_shader
(
string vs_path
,
string fs_path
,
bool bypass_cache = false
)

Meta