reng ~master (2022-11-13T10:09:03Z)
Dub
Repo
ReloadableShader
re
util
hotreload
Undocumented in source.
class
ReloadableShader : ReloadableFile!Shader {
this
(string vs_path, string fs_path);
Shader
reload
();
}
Constructors
this
this
(string vs_path, string fs_path)
Undocumented in source.
Members
Functions
reload
Shader
reload
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
re
util
hotreload
classes
ReloadableFile
ReloadableShader
interfaces
Reloadable