VulkanShaderModule

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

Constructors

this
this(VkShaderModule vk, 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