VulkanShaderModule

Undocumented in source.
package
class VulkanShaderModule : VulkanDevObj!(VkShaderModule, "DestroyShaderModule"), ShaderModule {}

Constructors

this
this(VkShaderModule vkObj, VulkanDevice dev, string entryPoint)
Undocumented in source.

Members

Properties

entryPoint
string entryPoint [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ShaderModule

entryPoint
string entryPoint [@property getter]
Undocumented in source.

Meta