sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
ShaderUtil
sbylib
graphics
core
shader
Undocumented in source.
class
ShaderUtil {
static
ShaderModule
createModule
(ShaderStage stage, string code);
}
Members
Static functions
createModule
ShaderModule
createModule
(ShaderStage stage, string code)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sbylib
graphics
core
shader
classes
ShaderUtil