VulkanShader

Undocumented in source.

Constructors

this
this(uint programId, uint vertexShaderId, uint fragmentShaderId)

GLShader constructor.

Destructor

~this
~this()

GLShader destructor.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

load
VulkanShader load(string fileName)

Loads a shader from file.

load
VulkanShader load(string vs, string fs)

Loads a shader from source.

Meta